]> granicus.if.org Git - python/commit
Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 11:00:54 +0000 (13:00 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 11:00:54 +0000 (13:00 +0200)
commita7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed
treea8237aa7d5e78b167a482ce4a6dd9c3c7d42de90
parenteb5af22080f0acb8c58abec7c90bfa9ad5f75eec
Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures
the output and displays it on failure instead. regrtest -v doesn't print the
error twice anymore if there is only one error.
Lib/test/regrtest.py
Misc/NEWS