From: Kevin Hilman Date: Sat, 6 Oct 2018 15:56:37 +0000 (+0200) Subject: yocto-ptest: fix ptest-runner failure case X-Git-Tag: 6.99.1~2^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9e4c15e24032c8f0c209c1738ade6be6c878618f;p=src%2Fqa-testdefinitions.git 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 --- 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