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:
parent
16e6d7d186
commit
21c8b9eb99
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ module Test
|
||||||
real_file = worker.real_file and warn "running file: #{real_file}"
|
real_file = worker.real_file and warn "running file: #{real_file}"
|
||||||
@need_quit = true
|
@need_quit = true
|
||||||
warn ""
|
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 "a bug in test/unit/parallel.rb. Try again without the -j"
|
||||||
warn "option."
|
warn "option."
|
||||||
warn ""
|
warn ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue