Skip to content

Commit

Permalink
Revert "[Truffle] Use the right Minitest for running MRI specs!"
Browse files Browse the repository at this point in the history
* This reverts commit ba3d21b.
* Seems it was already the good one.
  • Loading branch information
eregon committed May 27, 2015
1 parent ba3d21b commit 7196fa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ 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 7196fa2

Please sign in to comment.