Lines Matching refs:test_name
4 echo "$test_name: $test_description: skipped"
8 $MKE2FS -q -F -o Linux -b 4096 $TMPFILE 10000 > $test_name.log 2>&1
11 echo "mke2fs failed" > $test_name.failed
12 echo "$test_name: $test_description: failed"
16 dd if=/dev/zero of=$TMPFILE.2 bs=1048576 count=1 >> $test_name.log 2>&1
17 cat <<- EOF | $DEBUGFS -w $TMPFILE >> $test_name.log 2>&1
24 $TUNE2FS -O quota $TMPFILE >> $test_name.log 2>&1
27 echo "tune2fs -O quota failed with $status" > $test_name.failed
28 echo "$test_name: $test_description: failed"
32 $FSCK $FSCK_OPT $TMPFILE >> $test_name.log 2>&1
35 echo "$test_name: $test_description: ok"
36 touch $test_name.ok
38 echo "e2fsck with quota enabled failed with $status" > $test_name.failed
39 echo "$test_name: $test_description: failed"