From fbd61ab22c80604d13a7de592979841c4974a4a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Tue, 2 Oct 2018 19:42:29 +0200 Subject: [PATCH] Fix typo in wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I89c02dcdc2bb283cf83442daf0bd78edd208ff42 Signed-off-by: Jan-Simon Möller --- common/scripts/ptest-lava-wrapper-all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.16.6