mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
068: run on more filesystems
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>
This commit is contained in:
committed by
Christoph Hellwig
parent
ae4766ce1a
commit
d16e2e777f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user