[Privoxy-commits] [privoxy] 08/17: run-privoxy-tests.sh: Print supported arguments in case of invalid ones

User Git git at git.privoxy.org
Wed Dec 10 08:04:33 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 dd64e05fa4fd1e63a45dc944318010199f3f995a
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Dec 8 07:48:36 2025 +0100

    run-privoxy-tests.sh: Print supported arguments in case of invalid ones
---
 tests/cts/run-privoxy-tests.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/cts/run-privoxy-tests.sh b/tests/cts/run-privoxy-tests.sh
index 82c4c957..543b605d 100755
--- a/tests/cts/run-privoxy-tests.sh
+++ b/tests/cts/run-privoxy-tests.sh
@@ -141,7 +141,8 @@ main() {
                 shift
                 ;;
             *)
-                echo "Invalid parameter: $1"
+                echo "Invalid argument: $1"
+                echo "Supported arguments: -c -r -t test-scenario"
                 exit 1
                 ;;
         esac

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list