[DRE-commits] [ruby-raindrops] 01/01: blacklist tests that won't run on the Debian buildds

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Feb 22 19:10:22 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-raindrops.

commit 240f3b48663beae9943142223ffa995c5d113632
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Feb 22 16:08:32 2016 -0300

    blacklist tests that won't run on the Debian buildds
---
 debian/changelog       | 8 ++++++++
 debian/ruby-tests.rake | 9 ++++++++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 00408c8..7158e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-raindrops (0.15.0-3) unstable; urgency=medium
+
+  * debian/ruby-tests.rake: reimplement former blacklist of tests that won't
+    run on the Debian buildds due to missing inet_diag and tcp_diag kernel
+    modules.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Mon, 22 Feb 2016 16:06:55 -0300
+
 ruby-raindrops (0.15.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 63f3fd6..5a98596 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,6 +1,13 @@
 require 'gem2deb/rake/testtask'
 
+blacklist = %w(
+  test/test_inet_diag_socket.rb
+  test/test_linux_all_tcp_listen_stats.rb
+  test/test_linux_ipv6.rb
+  test/test_watcher.rb
+)
+
 Gem2Deb::Rake::TestTask.new do |t|
   t.libs = ['test']
-  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
+  t.test_files = FileList['test/**/test_*.rb'] - blacklist
 end

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



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