]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - tests/m_mmp/script
tests: use make rules to run tests in parallel
[thirdparty/e2fsprogs.git] / tests / m_mmp / script
index a0c9deda9d32e1bb4803a7fc96017326b937199c..02b0b4b84c08d59313514034a4b4063cf646f020 100644 (file)
@@ -2,12 +2,12 @@ DESCRIPTION="enable MMP during mke2fs"
 FS_SIZE=65536
 MKE2FS_DEVICE_SECTSIZE=2048
 export MKE2FS_DEVICE_SECTSIZE
-TMPFILE=test.img
+TMPFILE=$test_name.tmp
 > $TMPFILE
 stat -f $TMPFILE | grep -q "Type: tmpfs"
 if [ $? = 0 ]; then
        rm -f $TMPFILE
-       echo "skipped for tmpfs (no O_DIRECT support)"
+       echo "$test_name: $test_description: skipped for tmpfs (no O_DIRECT)"
        return 0
 fi
 MKE2FS_OPTS="-b 4096 -O mmp"