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:
Takashi Kokubun 2020-12-03 20:55:29 -08:00
parent 95118e0250
commit 0734a6cd59
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -337,7 +337,7 @@ module Test
return unless @options[:parallel]
return if @interrupt
flush_job_tokens
warn e.full_message if e
warn e if e
real_file = worker.real_file and warn "running file: #{real_file}"
@need_quit = true
warn ""