Age | Commit message (Collapse) | Author |
|
Part of 32451.
|
|
Cleanup after 32451.
|
|
Part of 32451.
|
|
Remove more duplicate code.
Eliminate some arguments.
Rewrite some comments.
Cleanup after 32451.
|
|
Remove duplicate code, and standardise similar behaviour.
Add some additional error checking.
Cleanup after 32451.
|
|
Part of 32451.
|
|
Make spacing, quotes, and env vars consistent.
Cleanup after 32451 and 32468.
|
|
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.
|
|
Part of 32451.
|
|
The "expected_log" file is a set of patterns that matches the
output of "tor --verify-config". Unlike "error", it expects a
successful exit status.
Part of 32451.
|
|
Part of 32451.
|
|
There are lots of different files now, so having Config and Result
sections is helpful.
Part of 32451.
|
|
And document the "%include" behaviour.
Closes 32450.
|
|
test_parseconf.sh now supports:
* {error,expected}{,_lzma,_nss,_zstd}{,_no_dirauth,_no_relay_dirauth}
Or any combination of two or more optional libraries.
Closes ticket 32397.
|
|
Fix minor issues in git-push-all.sh, git-setup-dirs.sh and
test_parseconf.sh.
Fixes bug 32402; not in any released version of tor.
Obviously correct changes to already reviewed code.
|
|
Obviously correct fixes on already reviewed code.
|
|
Obviously correct fixes on already reviewed code.
|
|
Obviously correct fixes on already reviewed code.
|
|
Obviously correct fixes on already reviewed code.
|
|
Obviously correct fixes on already reviewed code.
|
|
This change makes sure we are always using the coverage binary, when
coverage is enabled.
Fixes bug 32368; bugfix on 0.2.7.3-rc.
|
|
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.
|