Skip to content

Commit

Permalink
Revert "Report a full_message on a worker crash"
Browse files Browse the repository at this point in the history
This reverts commit 00f046e.
It was not helpful for an issue I was debugging.
  • Loading branch information
k0kubun committed Dec 4, 2020
1 parent 95118e0 commit 0734a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/lib/test/unit.rb
Expand Up @@ -337,7 +337,7 @@ def after_worker_down(worker, e=nil, c=false)
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 ""
Expand Down

0 comments on commit 0734a6c

Please sign in to comment.