mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
allow mkfs arguments to be passed from the env for testing multiple
block sizes.
This commit is contained in:
@@ -92,7 +92,7 @@ mount -t ext2 $SCRATCH_DEV $SCRATCH_MNT >> $seq.full 2>&1 \
|
||||
|| _fail "!!! failed to mount"
|
||||
|
||||
_log "Create xfs fs in file on scratch"
|
||||
mkfs -t xfs -d file,name=$SCRATCH_MNT/test.xfs,size=20m >> $seq.full 2>&1 \
|
||||
mkfs_xfs -d file,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