mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
QA updates to enable simplified large filesystem testing
This commit is contained in:
@@ -216,6 +216,10 @@ _test_mkfs_xfs()
|
||||
[ "$USE_EXTERNAL" = yes -a ! -z "$TEST_LOGDEV" ] && \
|
||||
TEST_OPTIONS="$TEST_OPTIONS -llogdev=$TEST_LOGDEV"
|
||||
_sudo /sbin/mkfs.xfs -f $TEST_OPTIONS $MKFS_OPTIONS $* $TEST_DEV
|
||||
mkfs_status=$?
|
||||
[ "$USE_BIG_LOOPFS" = yes ] && \
|
||||
_sudo $QADIR/tools/ag-wipe -c $TEST_DEV >/dev/null
|
||||
return $mkfs_status
|
||||
}
|
||||
|
||||
_test_mount()
|
||||
|
||||
Reference in New Issue
Block a user