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.
This commit is contained in:
fsgqa
2003-05-14 22:41:37 +00:00
parent 1d1d92fa46
commit df22334fd4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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"