Use one config for cron and daemon tests
This commit is contained in:
parent
bc2fc53416
commit
276e0d0cd4
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -43,7 +43,7 @@ e2etest: test/tmp test/logs pre-clean restore-keyhome
|
|||
# it slurps the right config.
|
||||
#
|
||||
crontest: clean-db $(TEST_DB)
|
||||
LACRE_CONFIG=test/lacre-cron.conf PYTHONPATH=`pwd` \
|
||||
LACRE_CONFIG=test/lacre-daemon.conf PYTHONPATH=`pwd` \
|
||||
$(PYTHON) webgate-cron.py
|
||||
|
||||
$(TEST_DB):
|
||||
|
|
|
@ -26,6 +26,7 @@ log_headers = yes
|
|||
|
||||
[cron]
|
||||
send_email = no
|
||||
mail_templates = not_used
|
||||
|
||||
[pgp_style]
|
||||
# this recipient has PGP/MIME enabled, because the default approach is to use
|
||||
|
|
Loading…
Reference in a new issue