diff options
Diffstat (limited to 'tests/run.sh')
| -rw-r--r-- | tests/run.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh index 0e28a96..27bd6d0 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -12,7 +12,10 @@ if [[ ! -f "$test_file" ]]; then exit 1 fi +source tests/test_helpers.sh + echo "$test_file" mkdir -p "$tmp_dir" cd "$tmp_dir" -bash "../../../$test_file" +source "../../../$test_file" +cd "../../.." |
