aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts/ptest-lava-wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/scripts/ptest-lava-wrapper.sh')
-rwxr-xr-xcommon/scripts/ptest-lava-wrapper.sh2
1 files changed, 2 insertions, 0 deletions
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}