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:
Alan Wu 2024-12-12 19:54:37 -05:00
parent ea2fba92c2
commit 57825bf390

View File

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