From 9e4c15e24032c8f0c209c1738ade6be6c878618f Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Sat, 6 Oct 2018 17:56:37 +0200 Subject: 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 --- common/scripts/ptest-lava-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/scripts/ptest-lava-wrapper.sh') 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 -- cgit 1.2.3-korg