diff options
Diffstat (limited to 'common')
-rwxr-xr-x | common/scripts/ptest-lava-wrapper-all.sh | 1 | ||||
-rwxr-xr-x | common/scripts/ptest-lava-wrapper.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/common/scripts/ptest-lava-wrapper-all.sh b/common/scripts/ptest-lava-wrapper-all.sh index 2aa3301..f7a0b4d 100755 --- a/common/scripts/ptest-lava-wrapper-all.sh +++ b/common/scripts/ptest-lava-wrapper-all.sh @@ -5,6 +5,7 @@ command -v ptest-runner >/dev/null 2>&1 if [ $? -ne 0 ] ; then lava-test-case ptest-installed --result SKIP else + lava-test-case ptest-installed --result PASS ptest-runner -L lava-test-case ptest-runtime --measurement $SECONDS --units seconds --result PASS fi diff --git a/common/scripts/ptest-lava-wrapper.sh b/common/scripts/ptest-lava-wrapper.sh index 8e6e879..04aa51c 100755 --- a/common/scripts/ptest-lava-wrapper.sh +++ b/common/scripts/ptest-lava-wrapper.sh @@ -10,6 +10,8 @@ command -v ptest-runner >/dev/null 2>&1 if [ $? -ne 0 ] ; then lava-test-case ptest-installed --result SKIP else + lava-test-case ptest-installed --result PASS + # Run ptests for specified packages for unit in ${REQUIREDPTESTS}; do ptest-runner -L ${unit} |