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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user