mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
test_parseconf.sh: On --dump-config failure, --verify-config
This commit is contained in:
parent
7e9ee3a58d
commit
11cf4d9c3a
@ -145,11 +145,18 @@ for dir in "${EXAMPLEDIR}"/*; do
|
||||
echo "OK"
|
||||
else
|
||||
echo "FAIL"
|
||||
if test "$(wc -c < "${DATA_DIR}/output.${testname}")" = 0; then
|
||||
# There was no output -- probably we failed.
|
||||
"${TOR_BINARY}" -f "./torrc" \
|
||||
--defaults-torrc "${DEFAULTS}" \
|
||||
--verify-config \
|
||||
${CMDLINE} || true
|
||||
fi
|
||||
diff -u "./expected" "${DATA_DIR}/output.${testname}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
elif test -f "./error"; then
|
||||
elif test -f "./error"; then
|
||||
# This case should fail: run verify-config and see if it does.
|
||||
|
||||
"${TOR_BINARY}" --verify-config \
|
||||
|
Loading…
Reference in New Issue
Block a user