summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-06-29 11:00:54 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-06-29 11:00:54 (GMT)
commita7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed (patch)
treea8237aa7d5e78b167a482ce4a6dd9c3c7d42de90 /Misc
parenteb5af22080f0acb8c58abec7c90bfa9ad5f75eec (diff)
downloadcpython-a7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed.zip
cpython-a7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed.tar.gz
cpython-a7c33e5168a6dbc1f97bf3287cfd86bebf80f4ed.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 834dea6..51a7d57 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,10 @@ Build
Tests
-----
+- 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.
+
- Issue #12141: Install a copy of template C module file so that
test_build_ext of test_distutils is no longer silently skipped when
run outside of a build directory.