[libwww-freshmeat-perl] 01/08: debian/rules: fix filtering out internet tests.

gregor herrmann gregoa at debian.org
Sat May 16 22:00:15 UTC 2015


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

gregoa pushed a commit to branch master
in repository libwww-freshmeat-perl.

commit 07c2fb350efaf0809ea5b4e2b18985813395040a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 16 23:53:57 2015 +0200

    debian/rules: fix filtering out internet tests.
    
    This is Module::Build, not EUMM.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1edd2a1..c309f4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ TEST_FILES = $(filter-out t/project.t,$(shell echo t/*.t))
 	dh $@
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+	dh_auto_test -- --test_files="$(TEST_FILES)"

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



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