Skip to content

Commit

Permalink
Whoops. Misread two lines
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jan 29, 2015
1 parent 8dfa73a commit e196558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/test.rake
Expand Up @@ -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
Expand Down

0 comments on commit e196558

Please sign in to comment.