[libmail-checkuser-perl] 03/04: use debian/tests/pkg-perl/smoke-skip in d/rules as well

gregor herrmann gregoa at debian.org
Tue Dec 27 00:09:58 UTC 2016


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

gregoa pushed a commit to branch master
in repository libmail-checkuser-perl.

commit f27f00966e2f07efb73dd02516741f16797259b3
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 01:05:11 2016 +0100

    use debian/tests/pkg-perl/smoke-skip in d/rules as well
    
    only one place for managing the list
    
    Gbp-Dch: Ignore
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c9c9545..76e4535 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
-TEST_FILES = $(filter-out t/dns.t t/smtp.t t/smtp-taint.t t/timeout.t t/wildcard.t,$(wildcard t/*.t))
+SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip)
+TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
 
 %:
 	dh $@
 
 override_dh_auto_test:
 	# DISABLED TESTS REQUIRING NETWORK ACCESS:
-	# t/dns.t t/smtp.t t/smtp-taint.t t/timeout.t t/wildcard.t
+	# taken from debian/tests/pkg-perl/smoke-skip
 	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
 

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



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