tests: Make sure DEBEMAIL is set
authorGuido Günther <agx@sigxcpu.org>
Fri, 5 Nov 2021 09:12:20 +0000 (10:12 +0100)
committerGuido Günther <agx@sigxcpu.org>
Fri, 5 Nov 2021 09:12:20 +0000 (10:12 +0100)
Otherwise dch based tests fail

Closes: #998573
Makefile

index e791e9f197670e4da766d80a02fc4bbba31d8866..c94fa6c25c08e6c2e22ed2a1ca833a9a87c008f9 100644 (file)
--- 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)