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:
@@ -77,7 +77,7 @@ _filter_stat()
|
||||
|
||||
_exercise()
|
||||
{
|
||||
mkfs -t xfs -f $SCRATCH_DEV >/dev/null 2>&1
|
||||
mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
|
||||
_qmount
|
||||
|
||||
umask 022
|
||||
@@ -110,7 +110,7 @@ _exercise()
|
||||
}
|
||||
|
||||
# real QA test starts here
|
||||
mkfs -t xfs -f $SCRATCH_DEV >/dev/null 2>&1
|
||||
mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
|
||||
MOUNT_OPTIONS="-o usrquota,grpquota"; export MOUNT_OPTIONS
|
||||
_qmount
|
||||
if src/feature -G $SCRATCH_DEV ; then
|
||||
|
||||
Reference in New Issue
Block a user