]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 29 Sep 2021 11:37:42 +0000 (12:37 +0100)
commit6ae97bbf4e6540a8287c47d098cfe703260b5fa2
treeab6604c6c61fc5cd72d953211c2a4c5dbf96a9c8
parentb09a68ac87128ebb3dd82e22785b150de1cc2337
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