[diffoscope] 01/01: d/rules: \t can't go there

Mattia Rizzolo mattia at debian.org
Thu May 18 15:57:54 CEST 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch experimental
in repository diffoscope.

commit 79cd5f4b5ddc4d6da98a1ffd67feb664433d3f0b
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu May 18 15:57:40 2017 +0200

    d/rules: \t can't go there
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/rules | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1da934e..d7dff87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,9 +26,8 @@ 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),)
-	$(info exporting junit style test report to $(JENKINS_EXPORTS_DIR))
-	export PYBUILD_BEFORE_TEST = mkdir -pv $(JENKINS_EXPORTS_DIR)/test-results
-	export PYBUILD_TEST_ARGS += --junit-xml=$(JENKINS_EXPORTS_DIR)/test-results/tests.xml
+  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