summaryrefslogtreecommitdiff
path: root/tool/lib/test/unit.rb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-12-03 20:55:29 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-12-03 20:55:36 -0800
commit0734a6cd59e6fb1d59180ee73113709ec238b045 (patch)
tree0cffc861ddecb64480adc4ed02da7b3b37b2f186 /tool/lib/test/unit.rb
parent95118e0250e2255811cc18694b97af1a920cffaf (diff)
Revert "Report a full_message on a worker crash"
This reverts commit 00f046ef57f9da7f5248f9ef9d55702ddc407bf1. It was not helpful for an issue I was debugging.
Diffstat (limited to 'tool/lib/test/unit.rb')
-rw-r--r--tool/lib/test/unit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index 1ebe59b035..c51ebfda5f 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -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 ""