From 88a3c6100cca1ffe47eb0aea8ddd8448c64c2bf4 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Tue, 22 Feb 2022 18:59:34 +0100 Subject: [PATCH] Allow to run whck tests from endpoints.php repository (or anything with a whck submodule) --- test_tests_cli.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test_tests_cli.sh b/test_tests_cli.sh index 152c93d..f645ce8 100755 --- a/test_tests_cli.sh +++ b/test_tests_cli.sh @@ -24,6 +24,9 @@ if [ -z "$1" ]; then elif [ -x ../bin/cli ]; then cd .. testVariousScenarios + elif [ -x whck/bin/cli ]; then + cd whck + testVariousScenarios elif [ -x ../whck/bin/cli ]; then cd ../whck testVariousScenarios