[DRE-commits] [ruby-prof] 03/04: disable failing tests, upload to experimental

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Nov 1 12:42:16 UTC 2016


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

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

commit 47cf4fa54a8a41e9713b4b28b795f234f636d22c
Author: Pirate Praveen <praveen at debian.org>
Date:   Tue Nov 1 17:51:17 2016 +0530

    disable failing tests, upload to experimental
---
 debian/changelog       | 3 ++-
 debian/ruby-tests.rake | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2afe317..2320cc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-ruby-prof (0.16.2+dfsg-1) unstable; urgency=medium
+ruby-prof (0.16.2+dfsg-1) experimental; urgency=medium
 
   * New upstream release
+  * Disable failing tests (Closes: #839333)
 
  -- Pirate Praveen <praveen at debian.org>  Tue, 01 Nov 2016 17:24:40 +0530
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 074ee89..10271be 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,9 @@ require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
   t.libs = ['test']
-  t.test_files = FileList['test/**/*_test.rb'] - FileList['test/**/*_printer_test.rb'] - FileList['test/recursive_test.rb']
+  t.options = ['verbose']
+  t.test_files = FileList['test/**/*_test.rb'] - FileList[
+  'test/*_printer_test.rb',
+  'test/recursive_test.rb',
+  'test/printers_test.rb']
 end

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



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