summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautomated/linux/kselftest/kselftest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automated/linux/kselftest/kselftest.sh b/automated/linux/kselftest/kselftest.sh
index 212ebc5..d3c42f4 100755
--- a/automated/linux/kselftest/kselftest.sh
+++ b/automated/linux/kselftest/kselftest.sh
@@ -109,6 +109,7 @@ fi
# Ignore SKIPFILE when SKIPLIST provided
if [ -f "${SKIPFILE}" ] && [ -z "${SKIPLIST}" ]; then
while read -r test_name; do
+ case "${test_name}" in \#*) continue ;; esac
# shellcheck disable=SC2086
sed -i "/.\/${test_name}/c\echo \"selftests: ${test_name} [SKIP]\"" run_kselftest.sh
done < "${SKIPFILE}"