summaryrefslogtreecommitdiffstats
path: root/t/run-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/run-test.sh')
-rwxr-xr-xt/run-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run-test.sh b/t/run-test.sh
index 13c353b91b..63328ac630 100755
--- a/t/run-test.sh
+++ b/t/run-test.sh
@@ -10,7 +10,7 @@ case "$1" in
echo >&2 "ERROR: TEST_SHELL_PATH is empty or not set"
exit 1
fi
- exec "${TEST_SHELL_PATH}" "$@"
+ exec "${TEST_SHELL_PATH}" "$@" ${TEST_OPTIONS}
;;
*)
exec "$@"