Ben Noordhuis
fa3bfc3a66
test: put tty in blocking mode after test
...
Tests can leave the tty in non-blocking mode. If the test runner tries
to print to stdout/stderr after that and the tty buffer is full, it'll
die with a EAGAIN OSError. Ergo, put the tty back in blocking mode
before proceeding.
2013-01-07 03:59:10 +01:00
..
2012-11-23 12:54:33 -08:00
2010-12-01 16:42:26 -08:00
2012-12-27 18:38:56 -08:00
2012-12-02 03:01:20 +01:00
2013-01-03 23:38:25 +01:00
2012-04-02 16:49:03 -07:00
2012-04-10 18:35:01 -07:00
2012-03-29 16:04:48 -07:00
2010-12-01 17:01:25 -08:00
2012-08-15 18:05:33 -07:00
2012-07-18 00:56:02 +02:00
2012-08-09 17:11:41 -07:00
2011-11-14 17:09:44 -08:00
2012-09-04 16:04:01 +02:00
2012-12-20 12:39:04 +01:00
2012-11-24 01:14:09 +01:00
2012-06-14 18:36:49 +02:00
2012-08-02 13:56:50 -07:00
2011-11-21 10:50:52 -08:00
2012-08-02 13:56:50 -07:00
2009-06-22 14:08:42 +02:00
2013-01-07 03:59:10 +01:00
2011-01-16 15:12:28 -08:00