[DRE-commits] [ruby-json] 05/06: use do_test_ext instead of test_ext task to run jruby tests

Cédric Boutillier boutil at moszumanska.debian.org
Tue Jul 18 21:57:15 UTC 2017


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

boutil pushed a commit to branch master
in repository ruby-json.

commit f55c5ad858ac40fe9cdc6dbf9037b42736a611b0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jul 18 22:31:00 2017 +0200

    use do_test_ext instead of test_ext task to run jruby tests
---
 debian/ruby-tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 35c7fef..a54bcd2 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -10,4 +10,4 @@ system("#{ENV['RUBY_TEST_BIN']} #{inc} tests/*_test.rb") or raise
 ENV['JSON'] = 'ext'
 ENV['JAVA_HOME'] = '/usr/lib/jvm/default-java'
 puts "Java ext version of the tests"
-system("jruby -S rake test_ext") or raise
+system("jruby -S rake do_test_ext") or raise

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



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