Revert "Report a full_message on a worker crash"
This reverts commit 00f046ef57f9da7f5248f9ef9d55702ddc407bf1. It was not helpful for an issue I was debugging.
This commit is contained in:
parent
95118e0250
commit
0734a6cd59
@ -337,7 +337,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.full_message if e
|
warn e 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…
x
Reference in New Issue
Block a user