allow mkfs arguments to be passed from the env for testing multiple

block sizes.
This commit is contained in:
Nathan Scott
2002-01-20 00:47:43 +00:00
parent a7d6e4ed5c
commit 36d5db422b
30 changed files with 56 additions and 33 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ _filter_stat()
_exercise()
{
mkfs -t xfs -f $SCRATCH_DEV >/dev/null 2>&1
mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
_qmount
umask 022
@@ -110,7 +110,7 @@ _exercise()
}
# real QA test starts here
mkfs -t xfs -f $SCRATCH_DEV >/dev/null 2>&1
mkfs_xfs -f $SCRATCH_DEV >/dev/null 2>&1
MOUNT_OPTIONS="-o usrquota,grpquota"; export MOUNT_OPTIONS
_qmount
if src/feature -G $SCRATCH_DEV ; then