aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2021-11-05 10:12:20 +0100
committerGuido Günther <agx@sigxcpu.org>2021-11-05 10:12:20 +0100
commit196a9eec12a5124e9905e01f85d32f45b6e29894 (patch)
tree8359febdef5535a65bb4cfec37e00ea5cb682c6c
parente6c86c1ab3dc4ba59dcf920e276790b1c6e9571d (diff)
tests: Make sure DEBEMAIL is set
Otherwise dch based tests fail Closes: #998573
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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)