summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <XrXr@users.noreply.github.com>2022-04-06 17:03:39 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2022-04-06 18:11:43 -0400
commit399ef463f7d28efdec207d34b2357608c66ee7a6 (patch)
tree506bc7b9b4daebd06483a6c9a5ee4e036f87952c
parent86411f69f3bbff4b279fd50806e1ef2ce0ed03d5 (diff)
Copyedit parallel test harness crash message
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5772
-rw-r--r--tool/lib/test/unit.rb4
1 files 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
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')