]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
068: run on more filesystems
authorMasayoshi MIZUMA <m.mizuma@jp.fujitsu.com>
Wed, 14 Dec 2011 02:22:10 +0000 (11:22 +0900)
committerChristoph Hellwig <hch@lst.de>
Wed, 4 Jan 2012 18:43:00 +0000 (18:43 +0000)
update 068 to run other filesystems, ext3, ext4 and btrfs because
xfs_freeze works on the filesystems.

Signed-off-by: Christoph Hellwig <hch@lst.de>
068

diff --git a/068 b/068
index 5d0053d4089b31d1c8a980805a5a4f8a8c162094..6f08f188b147a5522ccc9834ac30e5445fffa9ab 100755 (executable)
--- a/068
+++ b/068
@@ -51,7 +51,7 @@ trap "_cleanup" 0 1 2 3 15
 . ./common.filter
 
 # real QA test starts here
-_supported_fs xfs
+_supported_fs btrfs ext3 ext4 xfs
 _supported_os Linux IRIX
 
 _require_scratch
@@ -62,7 +62,7 @@ rm -f $seq.full
 umount $SCRATCH_DEV >/dev/null 2>&1
 echo "*** MKFS ***"                         >>$seq.full
 echo ""                                     >>$seq.full
-_scratch_mkfs_xfs                           >>$seq.full 2>&1 \
+_scratch_mkfs                               >>$seq.full 2>&1 \
     || _fail "mkfs failed"
 _scratch_mount                              >>$seq.full 2>&1 \
     || _fail "mount failed"