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:
@@ -94,11 +94,11 @@ rm -f $seq.full
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
|
||||
echo "*** mkfs"
|
||||
mkfs_xfs $SCRATCH_DEV >/dev/null \
|
||||
_scratch_mkfs_xfs >/dev/null \
|
||||
|| _fail "mkfs failed"
|
||||
|
||||
echo "*** mount FS"
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >/dev/null \
|
||||
_scratch_mount >/dev/null \
|
||||
|| _fail "mount failed"
|
||||
|
||||
testfile=$SCRATCH_MNT/testfile
|
||||
|
||||
Reference in New Issue
Block a user