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
+5 -2
View File
@@ -60,6 +60,9 @@ trap "_cleanup; rm -f $tmp.*; exit \$status" 0 1 2 3 15
_require_scratch
checkopts=""
[ "$USE_BIG_LOOPFS" = yes ] && checkopts=-t
echo "*** init FS"
rm -f $seq.full
@@ -90,8 +93,8 @@ do
echo "" >>$seq.full
echo "*** XFS_CHECK ***" >>$seq.full
echo "" >>$seq.full
xfs_check $SCRATCH_DEV >>$seq.full 2>&1 \
|| _fail "xfs_check failed"
xfs_check $checkopts $SCRATCH_DEV >>$seq.full 2>&1 \
|| _fail "xfs_check $checkopts failed"
_scratch_mount -o remount,rw \
|| _fail "remount rw failed"
done