[libtext-mecab-perl] 06/17: Skip regression test
Taku YASUI
tach at debian.org
Thu Aug 15 16:38:59 UTC 2013
This is an automated email from the git hooks/post-receive script.
tach pushed a commit to branch master
in repository libtext-mecab-perl.
commit 4fa4d32efdf164be0580006bcf6c65c54f43e1ba
Author: Taku YASUI <tach at debian.org>
Date: Sat Jul 16 13:56:03 2011 +0000
Skip regression test
---
debian/patches/020_skip_regression_tests | 10 ++++++++++
debian/patches/series | 1 +
2 files changed, 11 insertions(+)
diff --git a/debian/patches/020_skip_regression_tests b/debian/patches/020_skip_regression_tests
new file mode 100644
index 0000000..44c8c4b
--- /dev/null
+++ b/debian/patches/020_skip_regression_tests
@@ -0,0 +1,10 @@
+--- a/t/regression/01_tomi_args.t
++++ b/t/regression/01_tomi_args.t
+@@ -3,6 +3,7 @@
+
+ BEGIN
+ {
++ plan skip_all => "Skil regression test";
+ eval "use MeCab";
+ if ($@) {
+ plan skip_all => "SWIG MeCab not available";
diff --git a/debian/patches/series b/debian/patches/series
index 2a2912e..a448292 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
010_use_utf8_dictionary
+020_skip_regression_tests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-mecab-perl.git
More information about the Pkg-perl-cvs-commits
mailing list