Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mri/runner.rb
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ class Gem::TestCase < MiniTest::Unit::TestCase
ENV["GEM_SKIP"] = ENV["GEM_HOME"] = ENV["GEM_PATH"] = "".freeze

# Use MRI backtraces for tests that verify error output
ENV["JRUBY_OPTS"] += ENV["JRUBY_OPTS"].to_s + " -Xbacktrace.style=mri"
ENV["JRUBY_OPTS"] = ENV["JRUBY_OPTS"].to_s + " -Xbacktrace.style=mri"

require_relative 'lib/profile_test_all' if ENV.has_key?('RUBY_TEST_ALL_PROFILE')
#require_relative 'lib/tracepointchecker'

0 comments on commit 88ce89a

Please sign in to comment.