[libclass-data-accessor-perl] 07/09: Skip manifest.t, it fails with libtest-checkmanifest-perl installed

Niko Tyni ntyni at moszumanska.debian.org
Mon Mar 21 21:00:24 UTC 2016


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

ntyni pushed a commit to branch master
in repository libclass-data-accessor-perl.

commit 7753c6913550c8496fa7e0eb47d4fd58773abdef
Author: Niko Tyni <ntyni at debian.org>
Date:   Mon Mar 21 22:46:02 2016 +0200

    Skip manifest.t, it fails with libtest-checkmanifest-perl installed
    
    Test::CheckManifest will look at the Debian packaging files and barf
    out if those are not in MANIFEST.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3f81eae..124e0fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
+# t/manifest.t fails with libtest-checkmanifest-perl installed
+TEST_FILES = $(filter-out t/manifest.t, $(shell echo t/*.t))
+
 %:
 	dh $@
 
 override_dh_auto_test:
-	TEST_AUTHOR=1 dh_auto_test
+	TEST_AUTHOR=1 dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-data-accessor-perl.git



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