From 6bd82cda5f609d4758cf5c430a32f8a4bb6c6ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 30 Dec 2017 21:39:37 +0100 Subject: Add ability to specify system mips toolchain in tests --- tests/run-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run-all.sh') 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 -- cgit v1.2.3