]> granicus.if.org Git - python/commit
regrtest: repeat summary after re-run (GH-7159) (GH-7245)
authorVictor Stinner <vstinner@redhat.com>
Wed, 30 May 2018 15:41:30 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Wed, 30 May 2018 15:41:30 +0000 (17:41 +0200)
commitb729af3d9dfdf215556b83488e5585331e69b994
tree18cb733717af10269dbd8dfdb281c22120b751f5
parentf7a19c28bda7b0ed3a440db80202013a86af6850
regrtest: repeat summary after re-run (GH-7159) (GH-7245)

Using -w, when failing tests are re-run in verbose mode, display
again the tests results at the end.

(cherry picked from commit c6c05d0e69cd5a7d0205019c29a1236b7bf3f5b9)
Lib/test/libregrtest/main.py