QA updates to enable simplified large filesystem testing

This commit is contained in:
fsgqa
2003-08-29 06:04:54 +00:00
parent 8372dd798d
commit 6c6ba523c2
10 changed files with 48 additions and 38 deletions
+4
View File
@@ -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()