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

gregoa pushed a commit to branch master
in repository libbio-primerdesigner-perl.

commit c8f20203eb10bd08342c3a1d7dfe01be5ad33b7c
Author: gregor herrmann <gre...@debian.org>
Date:   Fri Nov 11 21:59:59 2016 +0100

    Turn off DNS queries during build and autopkgtests completely.
---
 debian/rules                    | 2 +-
 debian/tests/pkg-perl/smoke-env | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 72e86b7..4ea3164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
        dh $@ --buildsystem=perl_build
 
 override_dh_auto_test:
-       dh_auto_test -- --test_files "$(TEST_FILES)"
+       RES_OPTIONS=attempts:0 dh_auto_test -- --test_files "$(TEST_FILES)"
 
 override_dh_auto_install:
        dh_auto_install
diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env
new file mode 100644
index 0000000..32ceaab
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-env
@@ -0,0 +1 @@
+RES_OPTIONS=attempts:0

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libbio-primerdesigner-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