Copyedit parallel test harness crash message

This commit is contained in:
Alan Wu 2022-04-06 17:03:39 -04:00
Родитель 86411f69f3
Коммит 399ef463f7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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')