summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcommon/scripts/ltpfixup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/scripts/ltpfixup.sh b/common/scripts/ltpfixup.sh
index ecef58d..fe26774 100755
--- a/common/scripts/ltpfixup.sh
+++ b/common/scripts/ltpfixup.sh
@@ -41,6 +41,7 @@ if [ $? -ne 0 ]; then
RESULT=fail
fi
lava-test-case LTP_$TST_CMDFILES --result $RESULT
+cat $SCRIPTPATH/LTP_*.log
tar czfv $SCRIPTPATH/LTP_$TST_CMDFILES.tar.gz $SCRIPTPATH/LTP*
lava-test-case-attach LTP_$TST_CMDFILES $SCRIPTPATH/LTP_$TST_CMDFILES.tar.gz
exit 0