Lines Matching refs:test_name
3 $MKE2FS -q -F -o Linux -b 4096 -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 ^mmp $TMPFILE >> $test_name.log 2>&1
14 echo "tune2fs -O ^mmp failed" > $test_name.failed
15 echo "$test_name: $test_description: failed"
19 $FSCK $FSCK_OPT $TMPFILE >> $test_name.log 2>&1
22 echo "$test_name: $test_description: ok"
23 touch $test_name.ok
25 echo "e2fsck after MMP disable failed" > $test_name.failed
26 echo "$test_name: $test_description: failed"