Autodetect CHUTNEY_PATH if chutney is next to tor

If the chutney and tor sources are side-by-side in the same
parent directory, autodetect the chutney path.

Closes ticket 16903. Patch by "teor".
This commit is contained in:
teor (Tim Wilson-Brown)
2015-08-27 10:31:35 +10:00
parent b531fc7d9a
commit d9948dfc9d
3 changed files with 20 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (testing):
- Autodetect CHUTNEY_PATH if the chutney and tor sources are
side-by-side in the same parent directory.
Closes ticket 16903. Patch by "teor".