Age | Commit message (Collapse) | Author |
|
Obviously correct fixes to already reviewed code.
No changes file required: not in any released version of tor.
|
|
Part of 32123.
|
|
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.
|
|
I wonder why this didn't show up before.
|
|
|
|
We need this to test includes and relative paths.
|
|
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.
|