Message168279
| Author | ronaldoussoren |
|---|---|
| Recipients | ned.deily, ronaldoussoren |
| Date | 2012-08-15.11:20:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1345029660.34.0.59573271887.issue15664@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I knew the test failure looked familiar, but couldn't find the issue in the tracker. This issue (test_curses not running with make test) is due to '-j0' in the arguments to the test runner: with -j0 the runner uses multiprocessing and the stdout and stderr of the child processes are pipes, hence both sys.stdout and sys.__stdout__ are not tty's and the test isn't started. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-08-15 11:21:00 | ronaldoussoren | set | recipients: + ronaldoussoren, ned.deily |
| 2012-08-15 11:21:00 | ronaldoussoren | set | messageid: <1345029660.34.0.59573271887.issue15664@psf.upfronthosting.co.za> |
| 2012-08-15 11:20:59 | ronaldoussoren | link | issue15664 messages |
| 2012-08-15 11:20:59 | ronaldoussoren | create | |