]> granicus.if.org Git - python/commit
Flush stdout and stderr when running tests in parallel
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Jun 2012 15:41:33 +0000 (17:41 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 27 Jun 2012 15:41:33 +0000 (17:41 +0200)
commit67a7b06008da37267e4d6f86566c39af208f0b27
tree853da67815f4bd18346510b0fd406fea2f62cb3c
parent932f5be6c5535762470ca2559ffaab386f059853
parent8237258e094f7d7beddcd6dd113213f2fba2b269
Flush stdout and stderr when running tests in parallel
(helps getting results in real-time when stdio is transmitted over a pipe or socket)
Lib/test/regrtest.py