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
@@ -130,15 +130,15 @@ _verify_fs()
umount $SCRATCH_DEV >/dev/null 2>&1
_full "mkfs"
mkfs_xfs $VERSION -p $protofile $SCRATCH_DEV >>$seqfull 2>&1 \
_scratch_mkfs_xfs $VERSION -p $protofile >>$seqfull 2>&1 \
|| _fail "mount failed"
echo "*** check FS"
_check_fs $SCRATCH_DEV
_check_scratch_fs
echo "*** mount FS"
_full " mount"
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seqfull 2>&1 \
_scratch_mount >>$seqfull 2>&1 \
|| _fail "mount failed"
echo "*** verify FS"
@@ -153,7 +153,7 @@ _verify_fs()
|| _fail "umount failed"
echo "*** check FS"
_check_fs $SCRATCH_DEV
_check_scratch_fs
}
_verify_fs 1