mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Numerous changes to QA scripts allowing tests to run with external log/rt devices; also allow multiple mkfs/mount options at once now.
This commit is contained in:
@@ -130,15 +130,15 @@ _verify_fs()
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
|
||||
_full "mkfs"
|
||||
mkfs_xfs $VERSION -p $protofile $SCRATCH_DEV >>$seqfull 2>&1 \
|
||||
_scratch_mkfs_xfs $VERSION -p $protofile >>$seqfull 2>&1 \
|
||||
|| _fail "mount failed"
|
||||
|
||||
echo "*** check FS"
|
||||
_check_fs $SCRATCH_DEV
|
||||
_check_scratch_fs
|
||||
|
||||
echo "*** mount FS"
|
||||
_full " mount"
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seqfull 2>&1 \
|
||||
_scratch_mount >>$seqfull 2>&1 \
|
||||
|| _fail "mount failed"
|
||||
|
||||
echo "*** verify FS"
|
||||
@@ -153,7 +153,7 @@ _verify_fs()
|
||||
|| _fail "umount failed"
|
||||
|
||||
echo "*** check FS"
|
||||
_check_fs $SCRATCH_DEV
|
||||
_check_scratch_fs
|
||||
}
|
||||
|
||||
_verify_fs 1
|
||||
|
||||
Reference in New Issue
Block a user