diff options
author | teor <teor@torproject.org> | 2019-11-06 16:52:40 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-06 21:36:42 +1000 |
commit | 22482fd45472525c5ebaf2e68880b61b7703cad3 (patch) | |
tree | ead9834defa347f497d04a7fc20ad01027702530 /changes | |
parent | 85e566a6a0541b141b694152ac99912d3a349dca (diff) | |
download | tor-22482fd45472525c5ebaf2e68880b61b7703cad3.tar.gz tor-22482fd45472525c5ebaf2e68880b61b7703cad3.zip |
test/parseconf: Add support for optional library variants
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32397 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32397 b/changes/ticket32397 new file mode 100644 index 0000000000..4e77ea135d --- /dev/null +++ b/changes/ticket32397 @@ -0,0 +1,4 @@ + o Minor features (testing): + - test_parseconf.sh now supports result variants for any combination + of the optional libraries lzma, nss, and zstd. + Closes ticket 32397. |