Lines Matching refs:test_name
4 echo "$test_name: $test_description: skipped"
8 $MKE2FS -q -F -o Linux -I 256 -b 4096 -O quota,project $TMPFILE 100 > $test_name.log 2>&1
11 echo "mke2fs -O quota,project failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
16 $TUNE2FS -O ^project $TMPFILE >> $test_name.log 2>&1
19 echo "tune2fs -O ^project 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 project enabled failed with $status" > $test_name.failed
31 echo "$test_name: $test_description: failed"