diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-14 09:58:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-14 09:58:37 -0500 |
commit | a76b7cd8b5da9951e5e446846ef4e3d9ec6b1453 (patch) | |
tree | de3cd28e330177f4ab6eedb39be1dc97a03c0a2c /changes | |
parent | 3b4a360ed0decaf7285c825cfab7712d6d5ebb37 (diff) | |
parent | 9f37c0f4f2cde6b0f5be04f50edcfb23ce999830 (diff) | |
download | tor-a76b7cd8b5da9951e5e446846ef4e3d9ec6b1453.tar.gz tor-a76b7cd8b5da9951e5e446846ef4e3d9ec6b1453.zip |
Merge remote-tracking branch 'tor-github/pr/1531'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32468 | 3 | ||||
-rw-r--r-- | changes/ticket32451 | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug32468 b/changes/bug32468 new file mode 100644 index 0000000000..fa0d877096 --- /dev/null +++ b/changes/bug32468 @@ -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. diff --git a/changes/ticket32451 b/changes/ticket32451 new file mode 100644 index 0000000000..dcca851e57 --- /dev/null +++ b/changes/ticket32451 @@ -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. |