aboutsummaryrefslogtreecommitdiff
path: root/tests/run-all.sh
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-12-30 21:39:37 +0100
committerKarel Kočí <cynerd@email.cz>2017-12-30 21:39:37 +0100
commit6bd82cda5f609d4758cf5c430a32f8a4bb6c6ec8 (patch)
treee6479b9edf3308cf08337c94a6731d0c7bed9e73 /tests/run-all.sh
parent44678108e4c14773b3341e4fbc8042c7cabcf02b (diff)
downloadqtmips-6bd82cda5f609d4758cf5c430a32f8a4bb6c6ec8.tar.gz
qtmips-6bd82cda5f609d4758cf5c430a32f8a4bb6c6ec8.tar.bz2
qtmips-6bd82cda5f609d4758cf5c430a32f8a4bb6c6ec8.zip
Add ability to specify system mips toolchain in tests
Diffstat (limited to 'tests/run-all.sh')
-rwxr-xr-xtests/run-all.sh2
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