[DRE-commits] [ruby-faker] 10/10: disable failing tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 31 17:24:08 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-faker.

commit af0f5e5b39ac2cda60cde78bae4a29ceb0e401f1
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Oct 31 21:08:50 2016 +0530

    disable failing tests
---
 debian/changelog                          | 1 +
 debian/patches/set-available-locale.patch | 2 +-
 debian/ruby-tests.rake                    | 5 ++++-
 debian/rules                              | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 109eda9..898cbc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ruby-faker (1.6.6-1) unstable; urgency=medium
   * New upstream release
   * Fix/disable failing tests (Closes: #840664)
   * Enable more locales for tests
+  * Disable test/test_es_locale.rb (needs locale path fix)
 
  -- Pirate Praveen <praveen at debian.org>  Mon, 31 Oct 2016 16:34:30 +0530
 
diff --git a/debian/patches/set-available-locale.patch b/debian/patches/set-available-locale.patch
index d498c14..fb094aa 100644
--- a/debian/patches/set-available-locale.patch
+++ b/debian/patches/set-available-locale.patch
@@ -20,7 +20,7 @@ Index: ruby-faker/test/test_helper.rb
  # configure I18n
 -locales_path = File.expand_path(File.dirname(__FILE__) + '../lib/locales')
 +relative_locales_path = File.expand_path(File.dirname(__FILE__) + '../lib/locales')
-+system_locales_path = File.expand_path(File.join(File.dirname(`gem which ruby-saml`),'locales'))
++system_locales_path = File.expand_path(File.join(File.dirname(`gem which faker`),'locales'))
 +locales_path = Pathname.new(relative_locales_path).directory? ? relative_locales_path : system_locales_path
  I18n.available_locales = Dir[locales_path + '/*'].map do |file|
    file.split('.').first
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 22daaca..d080431 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,8 @@ require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
   t.libs << 'test' << 'lib'
-  t.test_files = FileList['test/test_*.rb']
+  t.test_files = FileList['test/test_*.rb'] - FileList[
+  'test/test_es_locale.rb',
+  'test/test_locale.rb',
+  'test/test_en_locale.rb']
 end
diff --git a/debian/rules b/debian/rules
index f64b3d3..3f1c73e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_MAKE = --gem-install
+export DH_RUBY = --gem-install
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-faker.git



More information about the Pkg-ruby-extras-commits mailing list