[libmysql-diff-perl] 01/02: use autopkgtest's smoke-skip in d/rules

gregor herrmann gregoa at debian.org
Fri Aug 12 18:26:47 UTC 2016


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

gregoa pushed a commit to branch master
in repository libmysql-diff-perl.

commit 384110eab25c1d5ac757337f93c2cecc5fc4e652
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 12 20:23:09 2016 +0200

    use autopkgtest's smoke-skip in d/rules
    
    this way we need to update the list of skipped tests only in one place
    
    Gbp-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6055dc4..49e3e22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-SKIP_TESTS = t/all.t t/regression-rt-79976.t
+SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip)
 TEST_FILES = $(filter-out $(SKIP_TESTS),$(wildcard t/*.t))
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmysql-diff-perl.git



More information about the Pkg-perl-cvs-commits mailing list