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
+3 -3
View File
@@ -77,7 +77,7 @@ _filter_stat()
_exercise()
{
mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
_scratch_mkfs_xfs >/dev/null 2>&1
_qmount
umask 022
@@ -110,8 +110,8 @@ _exercise()
}
# real QA test starts here
mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
MOUNT_OPTIONS="-o usrquota,grpquota"; export MOUNT_OPTIONS
_scratch_mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
MOUNT_OPTIONS="$MOUNT_OPTIONS -ousrquota,grpquota"; export MOUNT_OPTIONS
_qmount
if src/feature -G $SCRATCH_DEV ; then
: