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:
@@ -92,7 +92,8 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \
|
||||
|| _fail "!!! failed to mount"
|
||||
|
||||
_log "Create xfs fs in file on scratch"
|
||||
mkfs_xfs -dfile,name=$SCRATCH_MNT/test.xfs,size=20m >> $seq.full 2>&1 \
|
||||
/sbin/mkfs.xfs -f $MKFS_OPTIONS -dfile,name=$SCRATCH_MNT/test.xfs,size=20m \
|
||||
>> $seq.full 2>&1 \
|
||||
|| _fail "!!! failed to mkfs xfs"
|
||||
|
||||
_log "Make mount points"
|
||||
|
||||
Reference in New Issue
Block a user