summaryrefslogtreecommitdiff
path: root/shell/test/runner
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-15 14:24:04 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-05-15 14:24:04 +0200
commit4788e56dae6f6c1367084c064e62eb1b86d5583f (patch)
treeea05d79f6e6ffe304db9100e7071f4fc598a4b20 /shell/test/runner
parent1365efcaa32c7f4752e3caaa7e45c81b4ed7e3d8 (diff)
parentd246c53e66b22c7a5b2bb273be5478dba2467357 (diff)
downloadrules-cc-4788e56dae6f6c1367084c064e62eb1b86d5583f.tar.gz
Merge branch 'just-rules' into rules
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 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