aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_parseconf.sh
AgeCommit message (Collapse)Author
2019-10-31test: Fix a loop variable bug in test_parseconf.shteor
Obviously correct fixes to already reviewed code. No changes file required: not in any released version of tor.
2019-10-20test/parseconf: Expect different outputs when relay mode is disabledteor
Part of 32123.
2019-09-16On windows, allow failures in test_parseconf.shNick Mathewson
There seems to be some unreliability issue with this test on appveyor. Addresses ticket 31757; This isn't a final fix for this issue, but it should make CI pass.
2019-09-16Fix a shellcheck warning in test_parseconf.sh.Nick Mathewson
I wonder why this didn't show up before.
2019-09-14test_parseconf.sh: On --dump-config failure, --verify-configNick Mathewson
2019-09-14test_parseconf: run each test from inside its directory.Nick Mathewson
We need this to test includes and relative paths.
2019-09-14Add a test script to try parsing and encoding Tor configurationsNick Mathewson
This script takes a set of example torrcs and command-lines from src/test/conf_examples. If a success is expected, it runs "tor --dump-config" and compares the result with the one we expect. If a failure is expected, it runs "tor --verify-config" and greps for the error we expect.