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:
@@ -67,14 +67,14 @@ rm -f $seq.full
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
echo "*** MKFS ***" >>$seq.full
|
||||
echo "" >>$seq.full
|
||||
mkfs_xfs $SCRATCH_DEV >>$seq.full 2>&1 \
|
||||
_scratch_mkfs_xfs >>$seq.full 2>&1 \
|
||||
|| _fail "mkfs failed"
|
||||
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full 2>&1 \
|
||||
_scratch_mount >>$seq.full 2>&1 \
|
||||
|| _fail "mount failed"
|
||||
|
||||
echo "*** test"
|
||||
|
||||
_check_fs $SCRATCH_DEV
|
||||
_check_scratch_fs
|
||||
|
||||
if ! touch $SCRATCH_MNT/fish
|
||||
then
|
||||
@@ -95,7 +95,7 @@ then
|
||||
fi
|
||||
|
||||
# pv 801241 causes corruption here (inode left in agi_unlinked list)
|
||||
_check_fs $SCRATCH_DEV
|
||||
_check_scratch_fs
|
||||
|
||||
echo "*** done"
|
||||
# happy exit
|
||||
|
||||
Reference in New Issue
Block a user