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

ntyni pushed a commit to branch master
in repository libxml-libxml-perl.

commit f6ea439179df11e6f413ae04adad4a5f758d4788
Author: Niko Tyni <nt...@debian.org>
Date:   Fri Jun 5 17:55:16 2015 +0300

    Only list skipped tests in one place
    
    Gbp-Dch: ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5c84b27..77c391a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # skip tests that need files we remove in the +dfsg version
-SKIP_TESTS = t/01basic.t t/49_load_html.t t/19die_on_invalid_utf8_rt_58848.t 
t/60error_prev_chain.t
+SKIP_TESTS = $(shell cat debian/tests/pkg-perl/skip-smoke)
 TEST_FILES = $(filter-out $(SKIP_TESTS), $(shell echo t/*.t))
 
 %:

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to