diff options
author | teor <teor@torproject.org> | 2019-11-12 16:45:07 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-14 10:55:21 +1000 |
commit | 4514bfe9c25f3222e0feba29c5129229287f3963 (patch) | |
tree | ba5bd34b099749a8550d60e7bf6359c9b3a245cb /changes | |
parent | 7ef44100c4d85fbd091c3965013b5465872a05f6 (diff) | |
download | tor-4514bfe9c25f3222e0feba29c5129229287f3963.tar.gz tor-4514bfe9c25f3222e0feba29c5129229287f3963.zip |
test/parseconf: Stop ignoring --dump-config failures
When we added the $FILTER for Windows newlines, we made
the pipeline always exit successfully, even if tor failed.
Fixes bug 32468; bugfix on 0.4.2.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32468 | 3 |
1 files changed, 3 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. |