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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user