There was an error while loading. Please reload this page.
1 parent 68f22b9 commit e3cb6d8Copy full SHA for e3cb6d8
1 file changed
test/ruby/test_vm_dump.rb
@@ -5,7 +5,8 @@
5
6
class TestVMDump < Test::Unit::TestCase
7
def assert_darwin_vm_dump_works(args, timeout=nil)
8
- assert_in_out_err(args, "", [], /^\[IMPORTANT\]/, timeout: timeout || 300)
+ env = {"RUBY_ON_BUG" => nil, "RUBY_CRASH_REPORT" => nil}
9
+ assert_in_out_err(env, args, "", [], /^\[IMPORTANT\]/, timeout: timeout || 300)
10
end
11
12
def test_darwin_invalid_call
0 commit comments