]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
authorVictor Stinner <vstinner@python.org>
Tue, 7 Sep 2021 16:21:00 +0000 (18:21 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 16:21:00 +0000 (18:21 +0200)
commitc4ea45d7d2c02674db2fdb96c7eee89324d2dc64
treedfb917e38d77f4133fa4dd54f4e8877bb678d407
parentfa15df77f02ba4a66ba0b71989381a426038be01
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)

Fix regrtest second summary when using -w/--verbose2 command line
option: lists re-run tests in the second test summary.
Lib/test/libregrtest/main.py