зеркало из https://github.com/github/ruby.git
Revert "Report a full_message on a worker crash"
This reverts commit 00f046ef57
.
It was not helpful for an issue I was debugging.
This commit is contained in:
Родитель
95118e0250
Коммит
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 ""
|
||||||
|
|
Загрузка…
Ссылка в новой задаче