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