Lines Matching refs:test_name
3 $MKE2FS -q -F -o Linux -I 128 -b 1024 -O mmp $TMPFILE 100 > $test_name.log 2>&1
6 echo "mke2fs -O mmp failed" > $test_name.failed
7 echo "$test_name: $test_description: failed"
11 $TUNE2FS -O project $TMPFILE >> $test_name.log 2>&1
14 echo "'tune2fs -O project' succeeded on small inode" > $test_name.failed
15 echo "$test_name: $test_description: failed"
18 $TUNE2FS -o bad_option $TMPFILE >> $test_name.log 2>&1
21 echo "'tune2fs -o bad_option' succeeded" > $test_name.failed
22 echo "$test_name: $test_description: failed"
25 $E2MMPSTATUS -i $TMPFILE >> $test_name.log 2>&1
26 $E2MMPSTATUS $TMPFILE >> $test_name.log 2>&1
29 echo "$TUNE2FS left MMP block in bad state" > $test_name.failed
30 echo "$test_name: $test_description: failed"
34 $FSCK $FSCK_OPT $TMPFILE >> $test_name.log 2>&1
37 echo "$test_name: $test_description: ok"
38 touch $test_name.ok
40 echo "e2fsck after MMP disable failed" > $test_name.failed
41 echo "$test_name: $test_description: failed"