[diffoscope] 01/02: d/rules: place "before" commands before the "after" commands.

Mattia Rizzolo mattia at debian.org
Fri Sep 22 18:52:42 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 e07585a8810be758bce01e27ba83cb1135a0c844
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Sep 22 18:32:21 2017 +0200

    d/rules: place "before" commands before the "after" commands.
    
    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 1e4f479..bd5bd46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,8 @@ endif
 export PATH := $(CURDIR)/bin:$(PATH)
 export PYBUILD_DESTDIR = debian/diffoscope
 export PYBUILD_TEST_ARGS = -vv -r sxX -l --cov=diffoscope --cov-report=term-missing --cov-report=html
-export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
 export PYBUILD_BEFORE_TEST = flake8 --config=/dev/null --select=F821
+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),)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list