From 57825bf3901f938336ea59ac0b73204df1b62a86 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 12 Dec 2024 19:54:37 -0500 Subject: [PATCH] bootstraptest: On -j failure, show total test count It used to always try to divide by zero like: FAIL 1/0 tests failed --- bootstraptest/runner.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstraptest/runner.rb b/bootstraptest/runner.rb index 03e4a46968..3f905a9f02 100755 --- a/bootstraptest/runner.rb +++ b/bootstraptest/runner.rb @@ -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