[libxml-hash-lx-perl] 11/13: Run tests only in t/ directory

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 12:36:38 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libxml-hash-lx-perl.

commit 99b0e4e2c35413a67eca8d00269111e0f6ee4a8b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 09:12:54 2015 -0300

    Run tests only in t/ directory
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ae03be9..e7ba450 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-TEST_FILES = $(filter-out xt/99-dist.t,$(shell echo xt/*.t))
+TEST_FILES = $(shell echo t/*.t)
 
 %:
 	dh $@

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



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