[libnet-whois-ip-perl] 02/02: Skip all tests at build time since they all require network access

Axel Beckert abe at deuxchevaux.org
Sun Dec 11 01:31:20 UTC 2016


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

abe pushed a commit to branch master
in repository libnet-whois-ip-perl.

commit 35d0d129975a240e31bafc97692d7ee0ca72eb37
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 11 02:30:48 2016 +0100

    Skip all tests at build time since they all require network access
---
 debian/changelog           | 1 +
 debian/rules               | 3 +++
 debian/tests/pkg-perl/SKIP | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 77aee66..1198580 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 libnet-whois-ip-perl (1.19-1) UNRELEASED; urgency=low
 
   * Initial Release. (Closes: #847619)
+  * Skip all tests at build time since they all require network access.
 
  -- Axel Beckert <abe at debian.org>  Thu, 8 Dec 2016 20:29:27 +0100
diff --git a/debian/rules b/debian/rules
index 2d33f6a..db7acb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	echo Skipping all tests since they so far all require a network connection
diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP
new file mode 100644
index 0000000..2b4f2ca
--- /dev/null
+++ b/debian/tests/pkg-perl/SKIP
@@ -0,0 +1,2 @@
+t/test1.t
+t/testx.t

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



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