diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-15 14:24:04 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-05-15 14:24:04 +0200 |
commit | 4788e56dae6f6c1367084c064e62eb1b86d5583f (patch) | |
tree | ea05d79f6e6ffe304db9100e7071f4fc598a4b20 /shell/test/runner | |
parent | 1365efcaa32c7f4752e3caaa7e45c81b4ed7e3d8 (diff) | |
parent | d246c53e66b22c7a5b2bb273be5478dba2467357 (diff) | |
download | rules-cc-4788e56dae6f6c1367084c064e62eb1b86d5583f.tar.gz |
Merge branch 'just-rules' into rules
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 |