[libwww-curl-perl] 03/06: override_dh_auto_test: use autopkgtest's skip-smoke tests blacklist, instead of the previous whitelist approach.

Intrigeri intrigeri at moszumanska.debian.org
Mon May 25 08:40:43 UTC 2015


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

intrigeri pushed a commit to branch master
in repository libwww-curl-perl.

commit 15c1b3329d630de4ede07843d693f284eda362d4
Author: intrigeri <intrigeri at boum.org>
Date:   Sun May 24 17:46:20 2015 +0000

    override_dh_auto_test: use autopkgtest's skip-smoke tests blacklist, instead of the previous whitelist approach.
    
    This way, first we're not maintaining essentially the same list in two different
    places. And second, we won't forget anymore to add new tests upstream has added
    to our whitelist.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c8b3036..0931420 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="t/00constants.t t/20undefined_subs.t t/pod-coverage.t t/pod.t t/meta.t"
+	dh_auto_test -- TEST_FILES="$(shell find t -wholename t/new -prune -prune -o -type f -iname *.t -print | grep --invert-match --file=debian/tests/pkg-perl/skip-smoke --fixed-strings)"

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



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