commit | 6ae97bbf4e6540a8287c47d098cfe703260b5fa2 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 08 08:09:55 2021 -0700 |
committer | Pablo Galindo <pablogsal@gmail.com> | Wed Sep 29 12:37:42 2021 +0100 |
tree | ab6604c6c61fc5cd72d953211c2a4c5dbf96a9c8 | |
parent | b09a68ac87128ebb3dd82e22785b150de1cc2337 [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>