This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, georg.brandl, pitrou, r.david.murray, vstinner
Date 2011-06-27.23:12:36
SpamBayes Score 0.0010307716
Marked as misclassified No
Message-id <1309216357.62.0.514916261726.issue12400@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-06-27 23:12:37vstinnersetrecipients: + vstinner, georg.brandl, pitrou, ezio.melotti, r.david.murray
2011-06-27 23:12:37vstinnersetmessageid: <1309216357.62.0.514916261726.issue12400@psf.upfronthosting.co.za>
2011-06-27 23:12:37vstinnerlinkissue12400 messages
2011-06-27 23:12:37vstinnercreate