[libcpan-checksums-perl] 01/01: Skip t/00signature.t

Axel Beckert abe at deuxchevaux.org
Wed Mar 12 20:56:35 UTC 2014


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

abe pushed a commit to branch master
in repository libcpan-checksums-perl.

commit 332cf1b048f3fd7d03362239abab66ecc29577ad
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Mar 12 21:55:25 2014 +0100

    Skip t/00signature.t
    
    It's only for upstream release testing and causes test suite failures
    if built from a git checkout.
---
 debian/changelog | 2 ++
 debian/rules     | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e1513c7..79d92e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ libcpan-checksums-perl (2.08-1) UNRELEASED; urgency=low
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
     copyright"
+  * Skip t/00signature.t which is only for upstream release testing and
+    causes test suite failures if built from a git checkout.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..2f52a17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# Skip t/00signature.t which is only for upstream release testing
+	dh_auto_test -- TEST_FILES="$(filter-out t/00signature.t,$(shell echo t/*.t))"

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



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