ruby-changes:64140
From: Takashi <ko1@a...>
Date: Mon, 14 Dec 2020 16:49:41 +0900 (JST)
Subject: [ruby-changes:64140] 8d83334a69 (master): @ruby is the target Ruby in bootstraptest
https://git.ruby-lang.org/ruby.git/commit/?id=8d83334a69 From 8d83334a695b7454e9b942289eaede843c4c3660 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Sun, 13 Dec 2020 23:33:54 -0800 Subject: @ruby is the target Ruby in bootstraptest diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index fbf2572..f8a53ae 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -530,7 +530,7 @@ def cleanup_coredump https://github.com/ruby/ruby/blob/trunk/bootstraptest/runner.rb#L530 core_path = "/tmp/bootstraptest-core.#{Time.now.utc.iso8601}" warn "A core file is found. Saving it at: #{core_path.dump}" FileUtils.mv('core', core_path) - system('gdb', RbConfig.ruby, '-c', core_path, '-ex', 'bt', '-batch') + system('gdb', @ruby, '-c', core_path, '-ex', 'bt', '-batch') end FileUtils.rm_f Dir.glob('core.*') FileUtils.rm_f @ruby+'.stackdump' if @ruby -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/