commit | 24b19992d262ba13a41ecab8948fd9e0b102b0b2 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Tue Nov 03 14:31:53 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Tue Nov 03 14:31:53 2009 +0000 |
tree | 55ebac14cab02d9d7500cfefe20d06e3b10f76a8 | |
parent | bb6c433409615907c7ee4999edde1ba2c1f23f45 [diff] |
It turns out test_curses can fail in a 2.6 buildbot because stdout is not a tty in certain cases. Merged revisions 75518 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75518 | r.david.murray | 2009-10-19 12:01:28 -0400 (Mon, 19 Oct 2009) | 3 lines Only run test_curses when sys.__stdout__ is a tty. This eliminates the last false positive when running regrtest with -j. ........