[libxml-hash-lx-perl] 07/13: Skip xt/99-dist.t test in d/rules
    Lucas Kanashiro 
    kanashiro-guest at moszumanska.debian.org
       
    Fri Aug 14 12:36:37 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 ece673213141e15f779d6f1ce0cfe32372b5f1fc
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 08:57:38 2015 -0300
    Skip xt/99-dist.t test in d/rules
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..ae03be9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
 
+TEST_FILES = $(filter-out xt/99-dist.t,$(shell echo xt/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
-- 
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