aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-10-02 19:42:29 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-10-02 19:42:29 +0200
commitfbd61ab22c80604d13a7de592979841c4974a4a8 (patch)
tree0f3a4bbb9bd5cd0828cc19e66417d6eba870b429
parentfae09f60bfc400fa7f67a8b5e67286beb086bcf3 (diff)
Fix typo in wrapper
Change-Id: I89c02dcdc2bb283cf83442daf0bd78edd208ff42 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rwxr-xr-xcommon/scripts/ptest-lava-wrapper-all.sh4
1 files changed, 3 insertions, 1 deletions
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