diff options
Diffstat (limited to 'tests/run-all.sh')
-rwxr-xr-x | tests/run-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-all.sh b/tests/run-all.sh index 9c57391..dc07015 100755 --- a/tests/run-all.sh +++ b/tests/run-all.sh @@ -3,5 +3,5 @@ set -e for T in $(find "$(dirname "$0")" -name test.sh -type f -executable); do - timeout -k 120 60 "$T" + timeout -k 120 60 "$T" "$@" done |