[libnet-ssleay-perl] 06/07: Temporarily skip failing pod-coverage test.

gregor herrmann gregoa at debian.org
Sat Jan 11 20:31:18 UTC 2014


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

gregoa pushed a commit to branch master
in repository libnet-ssleay-perl.

commit e293c8c1360688f1b2a4fe9981d99a5771690e56
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 11 21:29:11 2014 +0100

    Temporarily skip failing pod-coverage test.
    
    Already fixed in soon-to-be-released next upstream release.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..6f4d38c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+TEST_FILES=$(filter-out t/local/02_pod_coverage.t,$(wildcard t/local/*.t t/handle/local/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	# temporarily skip t/local/02_pod_coverage.t, fixed in 1.57
+	# https://rt.cpan.org/Public/Bug/Display.html?id=91941
+	# https://rt.cpan.org/Public/Bug/Display.html?id=91996
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

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



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