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:
@@ -91,7 +91,7 @@ _require_scratch
|
||||
rm -f $tmp.backup1 $tmp.backup2 $seq.full
|
||||
|
||||
# real QA test starts here
|
||||
mkfs -t xfs -f $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
mkfs_xfs -f $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "mount failed"
|
||||
_create_test_bed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user