seq_file: move doc to README

This commit is contained in:
Ciro Santilli
2018-07-01 16:46:15 +01:00
parent 923f655811
commit 084e3faf5a
9 changed files with 97 additions and 82 deletions

View File

@@ -6,8 +6,10 @@ for test in \
/debugfs.sh \
/fops.sh \
/procfs.sh \
/sysfs.sh
do
/seq_file.sh \
/seq_file_single_open.sh \
/sysfs.sh \
; do
if ! "$test"; then
echo "lkmc_test_fail: ${test}"
exit 1