mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
bootstraptest: On -j failure, show total test count
It used to always try to divide by zero like: FAIL 1/0 tests failed
This commit is contained in:
parent
ea2fba92c2
commit
57825bf390
1 changed files with 1 additions and 0 deletions
|
@ -354,6 +354,7 @@ def concurrent_exec_test
|
|||
begin
|
||||
while BT.wn != term_wn
|
||||
if r = rq.pop
|
||||
BT_STATE.count += 1
|
||||
case
|
||||
when BT.quiet
|
||||
when BT.tty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue