mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
Report a full_message on a worker crash
A worker crash happens very often, but we're not sure why. I'd like to know a backtrace if it's available.
This commit is contained in:
parent
eaa87be5f6
commit
00f046ef57
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ module Test
|
||||||
return unless @options[:parallel]
|
return unless @options[:parallel]
|
||||||
return if @interrupt
|
return if @interrupt
|
||||||
flush_job_tokens
|
flush_job_tokens
|
||||||
warn e if e
|
warn e.full_message if e
|
||||||
real_file = worker.real_file and warn "running file: #{real_file}"
|
real_file = worker.real_file and warn "running file: #{real_file}"
|
||||||
@need_quit = true
|
@need_quit = true
|
||||||
warn ""
|
warn ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue