Update test configuration after renaming

This commit is contained in:
Piotr F. Mieszkowski 2024-01-06 15:06:36 +01:00
parent a98ff611ee
commit a943b50adb
4 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ clean-db:
# Run unit tests
#
unittest:
LACRE_CONFIG=test/gpg-mailgate.conf $(PYTHON) -m unittest discover -s test/modules
LACRE_CONFIG=test/lacre.conf $(PYTHON) -m unittest discover -s test/modules
pre-clean:
rm -fv test/lacre.conf

Binary file not shown.

View File

@ -1,5 +1,5 @@
[logging]
config = test/gpg-lacre-log.ini
config = test/lacre-logging.conf
file = test/logs/gpg-mailgate.log
format = %(asctime)s %(module)s[%(process)d]: %(message)s
date_format = ISO

View File

@ -1,5 +1,5 @@
[logging]
config = test/gpg-lacre-log.ini
config = test/lacre-logging.conf
file = test/logs/gpg-mailgate.log
format = %(asctime)s %(module)s[%(process)d]: %(message)s
date_format = ISO