mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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 if @interrupt
|
||||
flush_job_tokens
|
||||
warn e if e
|
||||
warn e.full_message if e
|
||||
real_file = worker.real_file and warn "running file: #{real_file}"
|
||||
@need_quit = true
|
||||
warn ""
|
||||
|
|
Loading…
Add table
Reference in a new issue