diff options
Diffstat (limited to 'shell/test/runner')
-rwxr-xr-x | shell/test/runner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/test/runner b/shell/test/runner index 97c75ef..2f97005 100755 --- a/shell/test/runner +++ b/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 |