Skip to content

Commit

Permalink
[Truffle] Use the right Minitest for running MRI specs!
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 27, 2015
1 parent 2d629e4 commit ba3d21b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ def test_mri(*args)
"EXCLUDES" => "test/mri/excludes_truffle"
}
jruby_args = %w[-J-Xmx2G -X+T -Xtruffle.exceptions.print_java]
# We need the bundled minitest as the one is stdlib is not compatible
jruby_args << "-Itest/mri/lib"

if args.empty?
args = File.readlines("#{JRUBY_DIR}/test/mri_truffle.index").grep(/^[^#]\w+/).map(&:chomp)
Expand Down

0 comments on commit ba3d21b

Please sign in to comment.