mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user