Message 250011 - Python tracker (original) (raw)

Message250011

Author brett.cannon
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, pitrou, scoder, skip.montanaro, skrah
Date 2015-09-06.19:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1441566352.39.0.894735085055.issue24915@psf.upfronthosting.co.za
In-reply-to
Content
I guess the test output -- both stdout and stderr -- could be redirected to /dev/null as simply using -q with regrtest will still lead to failures being emitted and random output which no one cares about except people inspecting the test output. Just need to make sure to mention that all output is suppressed so people don't think the process is hanging.
History
Date User Action Args
2015-09-06 19:05:52 brett.cannon set recipients: + brett.cannon, skip.montanaro, gregory.p.smith, pitrou, scoder, skrah, alecsandru.patrascu
2015-09-06 19:05:52 brett.cannon set messageid: 1441566352.39.0.894735085055.issue24915@psf.upfronthosting.co.za
2015-09-06 19:05:52 brett.cannon link issue24915 messages
2015-09-06 19:05:52 brett.cannon create