From c172878ea6e5f71d383d7aa9fa7381ad8da150b8 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 31 Aug 2022 18:15:17 +0200 Subject: [PATCH] Debug run.sh --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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