yocto-ptest: fix ptest-runner failure case 73/16973/1
authorKevin Hilman <khilman@baylibre.com>
Sat, 6 Oct 2018 15:56:37 +0000 (17:56 +0200)
committerKevin Hilman <khilman@baylibre.com>
Sat, 6 Oct 2018 16:42:13 +0000 (18:42 +0200)
lava-test-case only takes one argument for TEST_CASE_ID

Change-Id: Ic6e2f93a4f8829c8307528661fd3f9f6db4b6d88
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
common/scripts/ptest-lava-wrapper.sh

index 3b186b4..0e9ef19 100755 (executable)
@@ -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