Update test configuration after renaming
This commit is contained in:
parent
a98ff611ee
commit
a943b50adb
4 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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.
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue