diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-08 09:16:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-10-08 09:16:07 +0000 |
commit | 3719904371e5005e69f2bb668332882a954b2eb9 (patch) | |
tree | 51c5c2c0b4cf874ca16ef48894cccd1961c233e1 /common | |
parent | f2359fb0fe11590c697cb9a7a0f42f70e59b1246 (diff) | |
parent | 9e4c15e24032c8f0c209c1738ade6be6c878618f (diff) |
Merge "yocto-ptest: fix ptest-runner failure case"
Diffstat (limited to 'common')
-rwxr-xr-x | common/scripts/ptest-lava-wrapper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/ptest-lava-wrapper.sh b/common/scripts/ptest-lava-wrapper.sh index 7391d89..d3ce449 100755 --- a/common/scripts/ptest-lava-wrapper.sh +++ b/common/scripts/ptest-lava-wrapper.sh @@ -26,7 +26,7 @@ else fi lava-test-set stop ptest-$unit else - lava-test-case ptest-runner ${unit} --result fail + lava-test-case ptest-runner-${unit} --result fail fi done lava-test-case ptest-runtime --measurement $SECONDS --units seconds --result PASS |