[libio-socket-ssl-perl] 03/04: Add override for dh-auto_test to skip tests which need network access

Salvatore Bonaccorso carnil at debian.org
Fri Oct 17 05:40:28 UTC 2014


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

carnil pushed a commit to branch master
in repository libio-socket-ssl-perl.

commit ecc39cf69ad33e963a526a2dfae968aabe954df5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Oct 17 07:38:16 2014 +0200

    Add override for dh-auto_test to skip tests which need network access
    
    Closes: #764868
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..daf8c42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	NO_NETWORK_TESTING=1 dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-ssl-perl.git



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