Adjust cron tests after recent FE decoupling

This commit is contained in:
Piotr F. Mieszkowski 2022-10-19 20:52:11 +02:00
parent 13636bfddd
commit fe49d985ec
2 changed files with 95 additions and 95 deletions

View File

@ -37,7 +37,7 @@ e2etest: test/tmp test/logs pre-clean restore-keyhome
# it slurps the right config.
#
crontest: clean-db $(TEST_DB)
GPG_MAILGATE_CONFIG=test/gpg-mailgate-cron-test.conf PYTHONPATH=`pwd` $(PYTHON) gpg-mailgate-web/cron.py
GPG_MAILGATE_CONFIG=test/gpg-mailgate-cron-test.conf PYTHONPATH=`pwd` $(PYTHON) webgate-cron.py
$(TEST_DB):
$(PYTHON) test/utils/schema.py $(TEST_DB)