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