[DRE-commits] [ruby-httpclient] 02/06: disable jruby test

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 31 14:52:13 UTC 2017


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

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

commit 5c2840159b6fc7d8970d4389e55e4a65ce137395
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Jul 31 20:07:24 2017 +0530

    disable jruby test
---
 debian/ruby-tests.rake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 63f3fd6..6733a5f 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,5 @@ require 'gem2deb/rake/testtask'
 
 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'] - FileList['test/jruby_ssl_socket/test_pemutils.rb']
 end

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



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