Fix build - bsd changes from awhile ago introduced a m4 macro bug, only
[xfstests-dev.git] / common.config
index 108799dd9291b078e173de945eb110a0530c3313..237465ba429f2b7555105bf01da4747bdb83bb6b 100644 (file)
@@ -68,11 +68,15 @@ export EXTRA=${EXTRA:=-xfs-qa}
 SOAK_PROC=3            # -p option to fsstress
 SOAK_STRESS=10000      # -n option to fsstress
 SOAK_PASSES=-1         # count of repetitions of fsstress (while soaking)
-BENCH_PASSES=5         # count of repetitions of benchmarks (want averages)
 EMAIL=root@localhost   # where auto-qa will send its status messages
 export MKFS_OPTIONS=${MKFS_OPTIONS:=-bsize=4096}
 export MOUNT_OPTIONS=${MOUNT_OPTIONS:=-ologbufs=2}
+export CHECK_OPTIONS=${CHECK_OPTIONS:=-gauto}
+export BENCH_PASSES=${BENCH_PASSES:=5}
+
+export DEBUG=${DEBUG:=-DEXPERIMENTAL_LARGE_SECTORS}
 export MALLOCLIB=${MALLOCLIB:=/usr/lib/libefence.a}
+export LOCAL_CONFIGURE_OPTIONS=${LOCAL_CONFIGURE_OPTIONS:=--enable-readline=yes}
 
 case "$HOST"
 in
@@ -115,6 +119,7 @@ in
        TEST_DIR=/mnt/test
         SCRATCH_DEV=/dev/hda7
        SCRATCH_MNT=/mnt/scratch
+        SCRATCH_LOGDEV=/dev/hda9
        ;;
     goldfish)
        MODULAR=0
@@ -203,8 +208,10 @@ in
        MODULAR=0
        EMAIL="hch@sgi.com"
        TEST_DEV=/dev/sdb1
-       TEST_DIR=/qa/test
        SCRATCH_DEV=/dev/sdb2
+       SCRATCH_LOGDEV=/dev/sdb5
+       SCRATCH_RTDEV=/dev/sdb6
+       TEST_DIR=/qa/test
        SCRATCH_MNT=/qa/scratch
        ;;
     *)