[libnet-frame-perl] 01/03: debian/rules: skip test which needs internet access.

gregor herrmann gregoa at debian.org
Wed Dec 2 21:14:44 UTC 2015


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

gregoa pushed a commit to branch master
in repository libnet-frame-perl.

commit 8f97f27ce3a9bd9925736930f69f73cfc109baac
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 2 22:11:29 2015 +0100

    debian/rules: skip test which needs internet access.
    
    Thanks: Chris Lamb for the bug report.
    Closes: #806859
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index abde6ef..43db224 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES = $(filter-out t/13-gethostsubs.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/libnet-frame-perl.git



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