[Privoxy-commits] [privoxy] 14/17: run-privoxy-tests.sh: Continue testing if a test in a test scenario fails
User Git
git at git.privoxy.org
Wed Dec 10 08:04:39 CET 2025
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 0d8628eff5abaa51f0b699446260eb95313649bf
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Dec 9 14:43:08 2025 +0100
run-privoxy-tests.sh: Continue testing if a test in a test scenario fails
---
tests/cts/run-privoxy-tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/cts/run-privoxy-tests.sh b/tests/cts/run-privoxy-tests.sh
index 543b605d..11e1db32 100755
--- a/tests/cts/run-privoxy-tests.sh
+++ b/tests/cts/run-privoxy-tests.sh
@@ -77,7 +77,7 @@ run_privoxy_tests() {
echo "Test scenario: ${test_scenario}"
$start_privoxy && start_privoxy "${test_dir}" "${test_scenario}"
- "${test_dir}/runtests-wrapper.sh" -A -E -t "${test_dir}/${test_scenario}/data" HTTP HTTPS
+ "${test_dir}/runtests-wrapper.sh" -E -t "${test_dir}/${test_scenario}/data" HTTP HTTPS
ret=$?
$start_privoxy && stop_privoxy "${test_dir}" "${test_scenario}"
@@ -94,7 +94,7 @@ run_upstream_tests() {
echo "Test scenario: ${UPSTREAM_TEST_SCENARIO}"
$start_privoxy && start_privoxy "${test_dir}" "${UPSTREAM_TEST_SCENARIO}"
- "${test_dir}/runtests-wrapper.sh" -A -T HTTP
+ "${test_dir}/runtests-wrapper.sh" -T HTTP
ret=$?
$start_privoxy && stop_privoxy "${test_dir}" "${UPSTREAM_TEST_SCENARIO}"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list