ruby-changes:63887
From: Takashi <ko1@a...>
Date: Fri, 4 Dec 2020 14:03:11 +0900 (JST)
Subject: [ruby-changes:63887] 0734a6cd59 (master): Revert "Report a full_message on a worker crash"
https://git.ruby-lang.org/ruby.git/commit/?id=0734a6cd59 From 0734a6cd59e6fb1d59180ee73113709ec238b045 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Thu, 3 Dec 2020 20:55:29 -0800 Subject: Revert "Report a full_message on a worker crash" This reverts commit 00f046ef57f9da7f5248f9ef9d55702ddc407bf1. It was not helpful for an issue I was debugging. diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index 1ebe59b..c51ebfd 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -337,7 +337,7 @@ module Test https://github.com/ruby/ruby/blob/trunk/tool/lib/test/unit.rb#L337 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 "" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/