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 -1
View File
@@ -86,7 +86,8 @@ _do_test()
echo "fsstress.$_n : $_param"
echo "-----------------------------------------------"
# -v >$tmp.out
if ! $here/src/fsstress $_param $FSSTRESS_AVOID -n $_count -d $out >/dev/null 2>&1
# -m limits number of users/groups so check doesn't fail (malloc) later
if ! $here/ltp/fsstress $_param $FSSTRESS_AVOID -m 8 -n $_count -d $out >/dev/null 2>&1
then
echo " fsstress (count=$_count) returned $? - see $seq.full"