[diffoscope] 01/01: d/rules: also concatenate properly the command…
Mattia Rizzolo
mattia at debian.org
Fri Sep 22 19:12:18 CEST 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 1c9a2cf5e0ad7dcd0a5a2969875136423421e039
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Sep 22 18:59:58 2017 +0200
d/rules: also concatenate properly the command…
Gbp-Dch: Ignore
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 79eebea..f293b64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
export PYBUILD_AFTER_INSTALL = rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
ifneq ($(JENKINS_EXPORTS_DIR),)
- export PYBUILD_BEFORE_TEST += mkdir -pv $(JENKINS_EXPORTS_DIR)/test-results
+ export PYBUILD_BEFORE_TEST += && mkdir -pv $(JENKINS_EXPORTS_DIR)/test-results
export PYBUILD_TEST_ARGS += --junit-xml=$(JENKINS_EXPORTS_DIR)/test-results/tests.xml
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list