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:
fsgqa
2003-05-22 04:16:45 +00:00
parent 0cac704bdf
commit 8050efd492
40 changed files with 311 additions and 282 deletions
+4 -4
View File
@@ -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