From c363eb3052850e1ea51edb6446b55a2ee9bf1c50 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 22 May 2002 01:53:39 +0000 Subject: [PATCH] allow a couple more environment variables to be set before running QA. --- tools/auto-qa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/auto-qa b/tools/auto-qa index fa3de27e..6d98dd28 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -35,13 +35,14 @@ # configuration (you could tune this) -EXTRA="-xfs-qa" BOOT="/boot" SOAK_PASSES="-1" SOAK_STRESS="10000" SOAK_PROC="3" +export EXTRA=${EXTRA:=-xfs-qa} export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096} export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2} +export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a} _log() { @@ -376,7 +377,6 @@ do cd $WORKAREA/cmd/$pkg # use e-fence - but this will only take effect on configure - export MALLOCLIB=/usr/lib/libefence.a make configure 2>&1 \ || _fail " !!! configure $pkg failed" make default 2>&1 \ -- 2.25.1