summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-08-31 18:15:17 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-08-31 18:15:17 +0200
commitc172878ea6e5f71d383d7aa9fa7381ad8da150b8 (patch)
tree842d7e2201a180c8752a8b3cdc2e17d493ef2422 /tests
parent8d54d6b45ae4dc528f0e05df24fe47cce10d858c (diff)
Debug run.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
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