[libtest-requiresinternet-perl] 06/06: run tests twice, with and without NO_NETWORK_TESTING

gregor herrmann gregoa at debian.org
Thu Jul 3 18:11:13 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-requiresinternet-perl.

commit f2cdb7c75c5320c2d12f29d61b6d51635d83827c
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 3 20:08:37 2014 +0200

    run tests twice, with and without NO_NETWORK_TESTING
    
    Git-Dch: Ignore
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..704f935 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# make sure tests pass with and without NO_NETWORK_TESTING
+	dh_auto_test
+	NO_NETWORK_TESTING=1 dh_auto_test

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



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