From 196a9eec12a5124e9905e01f85d32f45b6e29894 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 5 Nov 2021 10:12:20 +0100 Subject: tests: Make sure DEBEMAIL is set Otherwise dch based tests fail Closes: #998573 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e791e9f1..c94fa6c2 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ test: export GIT_AUTHOR_EMAIL=tests@example.com; \ export GIT_COMMITTER_NAME=$$GIT_AUTHOR_NAME; \ export GIT_COMMITTER_EMAIL=$$GIT_AUTHOR_EMAIL; \ + export DEBEMAIL=$$GIT_AUTHOR_EMAIL; \ PYTHONPATH=. \ LC_ALL=$(TEST_LOCALE) python3 setup.py nosetests $(NOSE_OPTS) -- cgit v1.2.3