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:
Takashi Kokubun 2020-12-03 20:55:29 -08:00
Родитель 95118e0250
Коммит 0734a6cd59
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 6FFC433B12EE23DD
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 ""