Merge remote-tracking branch 'teor/feature21570-030' into maint-0.3.0

This commit is contained in:
Nick Mathewson
2017-02-27 11:36:39 -05:00
4 changed files with 40 additions and 21 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (testing):
- Use bash in src/test/test-network.sh. This ensures we reliably call
chutney's newer tools/test-network.sh when available.
Fixes bug 21562; bugfix on tor-0.2.9.1-alpha.
+5
View File
@@ -0,0 +1,5 @@
o Minor features (testing):
- During 'make test-network-all', if tor logs any warnings, ask chutney
to output them. Requires a recent version of chutney with the 21572
patch.
Implements 21570.