summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ""