Merge remote-tracking branch 'tor-github/pr/1531'

This commit is contained in:
Nick Mathewson
2019-11-14 09:58:37 -05:00
90 changed files with 573 additions and 172 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (testing):
- Stop ignoring "tor --dump-config" errors in test_parseconf.sh.
Fixes bug 32468; bugfix on 0.4.2.1-alpha.
+5
View File
@@ -0,0 +1,5 @@
o Minor features (testing):
- Allow test_parseconf.sh to test expected log outputs for successful
configs, as well as failed configs. Closes ticket 32451.
- Add common failure cases for test_parseconf.sh in
src/test/conf_failures. Closes ticket 32451.