Lines Matching refs:test_name
4 echo "$test_name: $test_description: skipped"
8 $MKE2FS -q -F -o Linux -I 256 -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
23 $TUNE2FS -O project $TMPFILE >> $test_name.log 2>&1
26 echo "tune2fs -O project failed with $status" > $test_name.failed
27 echo "$test_name: $test_description: failed"
31 $FSCK $FSCK_OPT $TMPFILE >> $test_name.log 2>&1
34 echo "$test_name: $test_description: ok"
35 touch $test_name.ok
37 echo "e2fsck with project enabled failed with $status" > $test_name.failed
38 echo "$test_name: $test_description: failed"