diff --git a/tests/run.sh b/tests/run.sh index b2e617d..0cc5ff5 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -7,7 +7,7 @@ BOLD='\033[1m' NC='\033[0m' # No Color wai=$(dirname $(readlink -f "$0")) # Current script directory -tests=$(ls -d ./*/) # Find tests +tests=$(ls -d ${wai}/*/) # Find tests out=$(mktemp) test_timeout=20 abort=1