projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c86c1
)
tests: Make sure DEBEMAIL is set
author
Guido Günther
<agx@sigxcpu.org>
Fri, 5 Nov 2021 09:12:20 +0000
(10:12 +0100)
committer
Guido Günther
<agx@sigxcpu.org>
Fri, 5 Nov 2021 09:12:20 +0000
(10:12 +0100)
Otherwise dch based tests fail
Closes: #998573
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)