Allow to run whck tests from endpoints.php repository (or anything with a whck submodule)

This commit is contained in:
southerntofu 2022-02-22 18:59:34 +01:00
parent e6dddb240e
commit 88a3c6100c
1 changed files with 3 additions and 0 deletions

View File

@ -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