[libjson-validator-perl] 07/09: debian/rules: run tests without proxy and DNS queries.

gregor herrmann gregoa at debian.org
Sun Jan 14 17:23:29 UTC 2018


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

gregoa pushed a commit to branch master
in repository libjson-validator-perl.

commit 5152f2349f7ee30dec5d4bb387c7da6fa8d0ae38
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 14 18:17:49 2018 +0100

    debian/rules: run tests without proxy and DNS queries.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e7fbe59..7d69c60 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
 	dh $@
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+	RES_OPTIONS=attempts:0 http_proxy= dh_auto_test -- TEST_FILES="$(TEST_FILES)"

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



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