[libcpan-sqlite-perl] 02/04: Skip t/06retrieve.t which needs internet access.

gregor herrmann gregoa at debian.org
Thu Jul 30 15:29:43 UTC 2015


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

gregoa pushed a commit to branch master
in repository libcpan-sqlite-perl.

commit 8ca49f4b97041e1d72f57bf90dbf6e2141027c60
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 30 17:17:00 2015 +0200

    Skip t/06retrieve.t which needs internet access.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..74cab79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES=$(filter-out t/06retrieve.t,$(wildcard 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/libcpan-sqlite-perl.git



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