summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfsgqa <fsgqa>2003-05-14 22:41:37 +0000
committerfsgqa <fsgqa>2003-05-14 22:41:37 +0000
commitdf22334fd4485b2fb776fc931b9620f6ff9be86a (patch)
tree617a8757b4359a6f875ab41d90db35178af167f3 /tools
parent1d1d92fa4663666eb1363cad8a8b32e8e4dc3f3e (diff)
Fix build - bsd changes from awhile ago introduced a m4 macro bug, only
showed up now because I reran aclocal yesterday. Added CHECK_OPTIONS so auto-qa use of check script can be tweaked externally. Added CHECK_OPTIONS so auto-qa use of check script can be tweaked externally.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/auto-qa2
1 files changed, 1 insertions, 1 deletions
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"