Lines Matching refs:echo
9 echo "$test_name: $test_description: skipped for tmpfs (no O_DIRECT)"
13 echo "make the test image ..." > $test_name.log
17 echo "mke2fs -O mmp failed" > $test_name.failed
18 echo "$test_name: $test_description: failed"
34 echo "set mmp sequence to EXT2_MMP_SEQ_FSCK..." >> $test_name.log
35 ( { echo dump_mmp; echo "dump_inode <2> $MARKFILE"; cat /dev/zero; } |
37 echo "wait until debugfs has started ..." >> $test_name.log
42 echo "kill debugfs abruptly (simulates e2fsck failure) ..." >> $test_name.log
46 echo "e2fsck (should fail mmp_seq = EXT2_MMP_SEQ_FSCK) ..." >> $test_name.log
50 echo "e2fsck with MMP as EXT2_MMP_SEQ_FSCK ran!" > $test_name.failed
51 echo "$test_name: $test_description: failed"
55 echo "clear mmp_seq with tune2fs ..." >> $test_name.log
59 echo "tune2fs clearing EXT2_MMP_SEQ_FSCK failed" > $test_name.failed
60 echo "$test_name: $test_description: failed"
64 echo "run e2fsck again (should pass with clean mmp_seq) ..." >> $test_name.log
68 echo "e2fsck after clearing EXT2_MMP_SEQ_FSCK failed"> $test_name.failed
69 echo "$test_name: $test_description: failed"
73 echo "$test_name: $test_description: ok"