[前][次][番号順一覧][スレッド一覧]

ruby-changes:71654

From: Alan <ko1@a...>
Date: Thu, 7 Apr 2022 07:12:01 +0900 (JST)
Subject: [ruby-changes:71654] 399ef463f7 (master): Copyedit parallel test harness crash message

https://git.ruby-lang.org/ruby.git/commit/?id=399ef463f7

From 399ef463f7d28efdec207d34b2357608c66ee7a6 Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Wed, 6 Apr 2022 17:03:39 -0400
Subject: Copyedit parallel test harness crash message

---
 tool/lib/test/unit.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb
index cca75520d0..f1a27ad859 100644
--- a/tool/lib/test/unit.rb
+++ b/tool/lib/test/unit.rb
@@ -473,8 +473,8 @@ module Test https://github.com/ruby/ruby/blob/trunk/tool/lib/test/unit.rb#L473
         real_file = worker.real_file and warn "running file: #{real_file}"
         @need_quit = true
         warn ""
-        warn "Some worker was crashed. It seems ruby interpreter's bug"
-        warn "or, a bug of test/unit/parallel.rb. try again without -j"
+        warn "Some test worker crashed. It might an interpreter bug or"
+        warn "a bug in test/unit/parallel.rb. Try again without the -j"
         warn "option."
         warn ""
         if File.exist?('core')
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]