Fix typo in wrapper 87/16887/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 2 Oct 2018 17:42:29 +0000 (19:42 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 2 Oct 2018 17:42:29 +0000 (19:42 +0200)
Change-Id: I89c02dcdc2bb283cf83442daf0bd78edd208ff42
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
common/scripts/ptest-lava-wrapper-all.sh

index 48348bc..dd726aa 100755 (executable)
@@ -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