commit | 7538fe34d730fe08cbbecc17606bc0f5f69ff416 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 08 08:09:55 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 08 17:09:55 2021 +0200 |
tree | 2e2e8a40452a6ac9e48cbf7f173d514fa5443694 | |
parent | 462c1f0403324efc27c11435da12b8d16f5387de [diff] |
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>