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:
+1
-1
@@ -248,7 +248,7 @@ _wipe_fs()
|
||||
{
|
||||
_require_scratch
|
||||
|
||||
mkfs -t xfs $MKFS_OPTS $SCRATCH_DEV>>$seq.full ||\
|
||||
mkfs_xfs $MKFS_OPTS $SCRATCH_DEV>>$seq.full ||\
|
||||
_error "mkfs failed"
|
||||
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
|
||||
|
||||
Reference in New Issue
Block a user