|
@@ -7,13 +7,16 @@
|
|
#
|
|
#
|
|
# Released under the terms of the GPL v2.
|
|
# Released under the terms of the GPL v2.
|
|
|
|
|
|
|
|
+# Kselftest framework requirement - SKIP code is 4.
|
|
|
|
+ksft_skip=4
|
|
|
|
+
|
|
. ./common_tests
|
|
. ./common_tests
|
|
|
|
|
|
if [ -e $REBOOT_FLAG ]; then
|
|
if [ -e $REBOOT_FLAG ]; then
|
|
rm $REBOOT_FLAG
|
|
rm $REBOOT_FLAG
|
|
else
|
|
else
|
|
prlog "pstore_crash_test has not been executed yet. we skip further tests."
|
|
prlog "pstore_crash_test has not been executed yet. we skip further tests."
|
|
- exit 0
|
|
|
|
|
|
+ exit $ksft_skip
|
|
fi
|
|
fi
|
|
|
|
|
|
prlog -n "Mounting pstore filesystem ... "
|
|
prlog -n "Mounting pstore filesystem ... "
|