[DRE-commits] [jekyll] 01/02: Disable some tests during build process
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Wed Jul 30 08:03:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository jekyll.
commit 737de40fba568986314270d40fbde445701cef37
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Wed Jul 30 16:59:01 2014 +0900
Disable some tests during build process
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/README.Debian | 13 +++++++++++--
debian/ruby-tests.rake | 2 +-
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
index 3cd4727..13f3677 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,15 @@
+Jekyll for Debian
+-----------------
-* Most tests are disabled because maruku 0.7.1 changed its behavoir and jekyll
- tests are written for maraku 0.7.0
+This README provides information for Package Maintainers.
+
+For Package Maintainers
+=======================
+
+* Some tests are disabled because can't handling relative path in sbuild|pbulder.
+ If you want to execute all tests, please check debian/ruby-tests.rake.
* Unminified versions of respond.js, html5shiv.js, and normalize.css are being
inserted in as part of the build process.
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>, Wed, 30 Jul 2014 16:58:37 +0900
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 6a87f39..006a92b 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -3,6 +3,6 @@ require 'rake/testtask'
task :default => :test
Rake::TestTask.new do |t|
t.libs << 'lib' << 'test'
- t.test_files = FileList['test/test_*.rb']
+ t.test_files = FileList['test/test_*.rb'].exclude(/.*filter.*|.*tag.*|.*convertible.*|.*generated.*/)
t.verbose = true
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/jekyll.git
More information about the Pkg-ruby-extras-commits
mailing list