1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Copyedit parallel test harness crash message

Mea culpa.

Co-authored-by: Kaíque Kandy Koga <kaiquekandykoga@gmail.com>
This commit is contained in:
Alan Wu 2022-04-06 18:39:27 -04:00
parent 16e6d7d186
commit 21c8b9eb99

View file

@ -473,7 +473,7 @@ module Test
real_file = worker.real_file and warn "running file: #{real_file}"
@need_quit = true
warn ""
warn "Some test worker crashed. It might an interpreter bug or"
warn "A test worker crashed. It might be an interpreter bug or"
warn "a bug in test/unit/parallel.rb. Try again without the -j"
warn "option."
warn ""