diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-08-31 18:15:17 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-08-31 18:15:17 +0200 |
| commit | c172878ea6e5f71d383d7aa9fa7381ad8da150b8 (patch) | |
| tree | 842d7e2201a180c8752a8b3cdc2e17d493ef2422 /tests | |
| parent | 8d54d6b45ae4dc528f0e05df24fe47cce10d858c (diff) | |
Debug run.sh
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/run.sh | 2 |
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 |
