Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/test.rake
Original file line number Diff line number Diff line change
@@ -124,14 +124,14 @@ namespace :test do

permute_tests(:jruby19, compile_flags, 'test:compile') do |t|
t.verbose = true
t.test_files = files_in_file 'test/mri.1.9.index'
t.test_files = files_in_file 'test/jruby.1.9.index'
t.ruby_opts << '-J-ea' << '--1.9'
t.ruby_opts << '-J-cp test:test/target/test-classes:core/target/test-classes'
end

permute_tests(:jruby, compile_flags, 'test:compile') do |t|
t.verbose = true
t.test_files = files_in_file 'test/mri.1.8.index'
t.test_files = files_in_file 'test/jruby.1.8.index'
t.ruby_opts << '-J-ea' << '--1.8'
t.ruby_opts << '-J-cp test:test/target/test-classes:core/target/test-classes'
end

0 comments on commit e196558

Please sign in to comment.