[liblocale-maketext-gettext-perl] 03/09: Skip t/00-signature.t which needs internet and a writable $HOME.

gregor herrmann gregoa at debian.org
Sun Sep 14 17:31:46 UTC 2014


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

gregoa pushed a commit to branch master
in repository liblocale-maketext-gettext-perl.

commit 2b5bd9174a1ed844649fae6d63fe03e4d2f84e14
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 14 19:24:41 2014 +0200

    Skip t/00-signature.t which needs internet and a writable $HOME.
    
    Closes: #761526
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index cbe925d..017f6bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,9 @@
 #!/usr/bin/make -f
+
+TEST_FILES = $(filter-out t/00-signature.t,$(shell echo t/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- --test_files="$(TEST_FILES)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblocale-maketext-gettext-perl.git



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