From: Guido Günther Date: Fri, 5 Nov 2021 09:12:20 +0000 (+0100) Subject: tests: Make sure DEBEMAIL is set X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=196a9eec12a5124e9905e01f85d32f45b6e29894;p=tools%2Fgit-buildpackage.git tests: Make sure DEBEMAIL is set Otherwise dch based tests fail Closes: #998573 --- 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)