[libwww-mechanize-perl] 02/04: Set NO_NETWORK_TESTING in debian/rules to avoid tests with internet access.

gregor herrmann gregoa at debian.org
Tue Aug 9 18:04:53 UTC 2016


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

gregoa pushed a commit to branch master
in repository libwww-mechanize-perl.

commit c112446da5351d76a8ce6a5a76f0542b6f7f35a2
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 9 19:52:27 2016 +0200

    Set NO_NETWORK_TESTING in debian/rules to avoid tests with internet access.
    
    NO_NETWORK_TESTING comes from Test::RequiresInternet.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c688168..0537f29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 	dh $@
 
 override_dh_auto_test:
-	http_proxy= HTTP_PROXY= dh_auto_test
+	NO_NETWORK_TESTING=1 http_proxy= HTTP_PROXY= dh_auto_test

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-mechanize-perl.git



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