summaryrefslogtreecommitdiff
path: root/rules/shell/test/runner
diff options
context:
space:
mode:
Diffstat (limited to 'rules/shell/test/runner')
-rwxr-xr-xrules/shell/test/runner2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/shell/test/runner b/rules/shell/test/runner
index 97c75ef..2f97005 100755
--- a/rules/shell/test/runner
+++ b/rules/shell/test/runner
@@ -36,7 +36,7 @@ cd work
date +%s > ../time-start
# TODO:
# - proper wrapping with timeout
-if sh ../test.sh > ../stdout 2> ../stderr
+if . ../invocation > ../stdout 2> ../stderr
then
RESULT=PASS
else