Lines Matching refs:test_name
4 echo "$test_name: $test_description: skipped"
8 $MKE2FS -q -F -o Linux -b 4096 -O quota -E quotatype=prjquota $TMPFILE 10000 > $test_name.log 2>&1
11 echo "mke2fs failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
17 $TUNE2FS -Q $type $TMPFILE >> $test_name.log 2>&1
20 echo "tune2fs -O quota failed with $status" > $test_name.failed
21 echo "$test_name: $test_description: failed"
30 echo "user and $type quota entries are different" >$test_name.failed
31 echo "$test_name: $test_description: failed"
36 $FSCK $FSCK_OPT $TMPFILE >> $test_name.log 2>&1
39 echo "$test_name: $test_description: ok"
40 touch $test_name.ok
42 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
43 echo "$test_name: $test_description: failed"