From: Jan-Simon Möller Date: Tue, 2 Oct 2018 17:42:29 +0000 (+0200) Subject: Fix typo in wrapper X-Git-Tag: 6.99.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=fbd61ab22c80604d13a7de592979841c4974a4a8;p=src%2Fqa-testdefinitions.git Fix typo in wrapper Change-Id: I89c02dcdc2bb283cf83442daf0bd78edd208ff42 Signed-off-by: Jan-Simon Möller --- diff --git a/common/scripts/ptest-lava-wrapper-all.sh b/common/scripts/ptest-lava-wrapper-all.sh index 48348bc..dd726aa 100755 --- a/common/scripts/ptest-lava-wrapper-all.sh +++ b/common/scripts/ptest-lava-wrapper-all.sh @@ -7,6 +7,7 @@ if [ $? -ne 0 ] ; then else # Run ptests for specified packages lava-test-set start ptest-full + UNIT_LOG=$(ptest-runner 2> results.log ) if [ $? -eq 0 ] ; then # grep: Get only the ptests results, no log @@ -24,8 +25,9 @@ else else lava-test-case ptest-runner ptest-full --result fail fi + lava-test-set stop ptest-full - done + lava-test-case ptest-runtime --measurement $SECONDS --units seconds --result PASS fi