]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Sep 2021 17:21:19 +0000 (10:21 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 17:21:19 +0000 (19:21 +0200)
commit04c13c97eecdb66365782dbbf5e93ff5de267a61
treedaf7731073a2c346f3af406b47f3ad96f2501f72
parentb1f2fe777e1fe133d33cd1e714b8aa0f81fed1cc
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28215)

Fix regrtest second summary when using -w/--verbose2 command line
option: lists re-run tests in the second test summary.
(cherry picked from commit c4ea45d7d2c02674db2fdb96c7eee89324d2dc64)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/main.py