[libxml-libxml-perl] 02/03: Only list skipped tests in one place
Niko Tyni
ntyni at moszumanska.debian.org
Fri Jun 5 15:03:13 UTC 2015
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 <ntyni at 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
More information about the Pkg-perl-cvs-commits
mailing list