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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to