summaryrefslogtreecommitdiff
path: root/shell/test/runner
diff options
context:
space:
mode:
Diffstat (limited to 'shell/test/runner')
-rwxr-xr-xshell/test/runner2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/test/runner b/shell/test/runner
index a99d5b7..f762355 100755
--- a/shell/test/runner
+++ b/shell/test/runner
@@ -35,7 +35,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