STINNER Victor <victor.stin...@haypocalc.com> added the comment:

New patch updated according to bitdancer's comment on IRC: only change the -W 
option. With the patch, -W only runs the test once but captures the output.

The main difference with my patch is that all output is written to stderr, even 
if the captured output was written into stdout. I don't want to capture stdout 
and stderr in two differents stream, I prefer to keep the original output 
order. In case of a failure, the output only concerns a failure.

----------
Added file: http://bugs.python.org/file22502/regrtest_verbose3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12400>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to