[Privoxy-commits] [privoxy] 01/16: run-privoxy-tests.sh: Explicitly log if there were no errors
User Git
git at git.privoxy.org
Mon Dec 22 11:30:07 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 af2b8107d3f00ad4f67cfa54f3ada1e896214c71
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Wed Dec 10 09:20:26 2025 +0100
run-privoxy-tests.sh: Explicitly log if there were no errors
---
tests/cts/run-privoxy-tests.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/cts/run-privoxy-tests.sh b/tests/cts/run-privoxy-tests.sh
index 11e1db32..0805c872 100755
--- a/tests/cts/run-privoxy-tests.sh
+++ b/tests/cts/run-privoxy-tests.sh
@@ -169,6 +169,8 @@ main() {
exit 1
fi
+ echo "All test scenarios finished without errors."
+
exit 0
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list