QA test updates.

Fix location of fsstress and clamp the uid/gid range for chown so as to
limit memory requirements for xfs_db/check afterward.
This commit is contained in:
fsgqa
2003-07-17 23:06:11 +00:00
parent 518f774f30
commit 74e3d56bf2
4 changed files with 25 additions and 13 deletions
+2 -6
View File
@@ -44,11 +44,7 @@ umask 022
# awk
AWK_PROG=awk
# extra parameters for fsstress
FSSTRESS_AVOID=
export AWK_PROG FSSTRESS_AVOID
export AWK_PROG
# we override mount and mkfs.xfs so we can specify extra options
@@ -667,7 +663,7 @@ then
if ! _test_mount
then
echo "common.rc: retrying test device mount with external set"
[ "$USE_EXTERNAL" != "yes" ] && USE_EXTERNAL=yes
[ "$USE_EXTERNAL" != "yes" ] && export USE_EXTERNAL=yes
if ! _test_mount
then
echo "common.rc: could not mount $TEST_DEV on $TEST_DIR"