[libnet-https-any-perl] 04/06: Unify build and autopkgtest test handling to skip network tests

Niko Tyni ntyni at moszumanska.debian.org
Fri Sep 30 07:41:54 UTC 2016


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

ntyni pushed a commit to branch master
in repository libnet-https-any-perl.

commit 2255cf9ed9a27fab88f3eb3fa48aa670a0640b66
Author: Niko Tyni <ntyni at debian.org>
Date:   Fri Sep 30 10:30:24 2016 +0300

    Unify build and autopkgtest test handling to skip network tests
    
    Closes: #834538
---
 debian/rules                      | 2 +-
 debian/tests/pkg-perl/smoke-files | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3a7c80c..9126b26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="t/00-load.t t/pod-coverage.t t/pod.t"
+	dh_auto_test -- TEST_FILES="$(shell cat debian/tests/pkg-perl/smoke-files)"
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 0000000..d7d6119
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,3 @@
+t/00-load.t
+t/pod-coverage.t
+t/pod.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-https-any-perl.git



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