]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Sep 2021 15:09:55 +0000 (08:09 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 15:09:55 +0000 (17:09 +0200)
commit7538fe34d730fe08cbbecc17606bc0f5f69ff416
tree2e2e8a40452a6ac9e48cbf7f173d514fa5443694
parent462c1f0403324efc27c11435da12b8d16f5387de
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183) (GH-28214)

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