diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-10-06 17:56:37 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-10-06 18:42:13 +0200 |
commit | 9e4c15e24032c8f0c209c1738ade6be6c878618f (patch) | |
tree | 46cb8f371658d379e778ec56db2188d2582977c8 /common | |
parent | fbd61ab22c80604d13a7de592979841c4974a4a8 (diff) |
yocto-ptest: fix ptest-runner failure case
lava-test-case only takes one argument for TEST_CASE_ID
Change-Id: Ic6e2f93a4f8829c8307528661fd3f9f6db4b6d88
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
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 3b186b4..0e9ef19 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 |