Lines Matching refs:test_name
4 echo "$test_name: $test_description: skipped"
8 $MKE2FS -q -F -o Linux -b 4096 -O quota $TMPFILE 100 > $test_name.log 2>&1
11 echo "mke2fs -O quota failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
16 $TUNE2FS -O ^quota $TMPFILE >> $test_name.log 2>&1
19 echo "tune2fs -O ^quota failed" > $test_name.failed
20 echo "$test_name: $test_description: failed"
24 $FSCK $FSCK_OPT $TMPFILE >> $test_name.log 2>&1
27 echo "$test_name: $test_description: ok"
28 touch $test_name.ok
30 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
31 echo "$test_name: $test_description: failed"