[libxml-atom-perl] 08/10: debian/rules: forbid DNS queries during tests.

gregor herrmann gregoa at debian.org
Sat Jun 24 13:54:56 UTC 2017


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

gregoa pushed a commit to branch master
in repository libxml-atom-perl.

commit 9624378dbf054ff4bb5da31d68b955a3799d2972
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 24 15:45:30 2017 +0200

    debian/rules: forbid DNS queries during tests.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..0ade244 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# no DNS queries
+	RES_OPTIONS=attempts:0 dh_auto_test

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



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