]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 11:04:35 +0000 (13:04 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 29 Jun 2011 11:04:35 +0000 (13:04 +0200)
commite2185d714bf541ab37e7ddec5fb2f452fdeb26be
tree166f4d9b7ce30d03520e216d7014d586ac578b6d
parent9e8b82f1e1b726bd956568dec3769f771644a8ed
parenta7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed
(merge 3.2) 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
Lib/test/test_os.py
Misc/NEWS