mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
allow a couple more environment variables to be set before running QA.
This commit is contained in:
+2
-2
@@ -35,13 +35,14 @@
|
|||||||
|
|
||||||
# configuration (you could tune this)
|
# configuration (you could tune this)
|
||||||
|
|
||||||
EXTRA="-xfs-qa"
|
|
||||||
BOOT="/boot"
|
BOOT="/boot"
|
||||||
SOAK_PASSES="-1"
|
SOAK_PASSES="-1"
|
||||||
SOAK_STRESS="10000"
|
SOAK_STRESS="10000"
|
||||||
SOAK_PROC="3"
|
SOAK_PROC="3"
|
||||||
|
export EXTRA=${EXTRA:=-xfs-qa}
|
||||||
export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
|
export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
|
||||||
export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
|
export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
|
||||||
|
export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
|
||||||
|
|
||||||
_log()
|
_log()
|
||||||
{
|
{
|
||||||
@@ -376,7 +377,6 @@ do
|
|||||||
cd $WORKAREA/cmd/$pkg
|
cd $WORKAREA/cmd/$pkg
|
||||||
|
|
||||||
# use e-fence - but this will only take effect on configure
|
# use e-fence - but this will only take effect on configure
|
||||||
export MALLOCLIB=/usr/lib/libefence.a
|
|
||||||
make configure 2>&1 \
|
make configure 2>&1 \
|
||||||
|| _fail " !!! configure $pkg failed"
|
|| _fail " !!! configure $pkg failed"
|
||||||
make default 2>&1 \
|
make default 2>&1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user