summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/kselftest/kselftest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/automated/linux/kselftest/kselftest.sh b/automated/linux/kselftest/kselftest.sh
index 212ebc5..e521c7f 100755
--- a/automated/linux/kselftest/kselftest.sh
+++ b/automated/linux/kselftest/kselftest.sh
@@ -112,6 +112,9 @@ if [ -f "${SKIPFILE}" ] && [ -z "${SKIPLIST}" ]; then
# shellcheck disable=SC2086
sed -i "/.\/${test_name}/c\echo \"selftests: ${test_name} [SKIP]\"" run_kselftest.sh
done < "${SKIPFILE}"
+ echo "start print run_kselftest.sh"
+ cat run_kselftest.sh
+ echo "End print run_kselftest.sh"
fi
# run_kselftest.sh file generated by kselftest Makefile and included in tarball