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
+1 -1
View File
@@ -97,7 +97,7 @@ _filter_repquota()
_qmount()
{
umount $SCRATCH_DEV >/dev/null 2>&1
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT || _fail "qmount failed"
_scratch_mount || _fail "qmount failed"
chmod ugo+rwx $SCRATCH_MNT
[ -x /usr/sbin/quot ] && quot $SCRATCH_MNT >>$seq.full 2>&1
}