summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.config1
-rwxr-xr-xtools/auto-qa2
2 files changed, 2 insertions, 1 deletions
diff --git a/common.config b/common.config
index 623ffec5..237465ba 100644
--- a/common.config
+++ b/common.config
@@ -71,6 +71,7 @@ SOAK_PASSES=-1 # count of repetitions of fsstress (while soaking)
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}
diff --git a/tools/auto-qa b/tools/auto-qa
index d7541bc4..21da5d4d 100755
--- a/tools/auto-qa
+++ b/tools/auto-qa
@@ -503,7 +503,7 @@ do
cd $QADIR
_log " *** run tests"
- _sudo ./check -l -g auto 2>&1 | tee $ROOT/qa.out
+ _sudo ./check -l $CHECK_OPTIONS 2>&1 | tee $ROOT/qa.out
_log ""
_log " *** send status mail"