[Buildbot-commits] buildbot ChangeLog,1.361,1.362
Brian Warner
warner at users.sourceforge.net
Thu Apr 21 19:53:35 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26419
Modified Files:
ChangeLog
Log Message:
(Shell): test both with and without PTYs, and make sure that command output
is properly interleaved in the with-PTY case. I think the without-PTY test
should pass on windows, where we never use PTYs anyway.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- ChangeLog 21 Apr 2005 00:57:34 -0000 1.361
+++ ChangeLog 21 Apr 2005 19:53:33 -0000 1.362
@@ -1,3 +1,10 @@
+2005-04-21 Brian Warner <warner at lothar.com>
+
+ * buildbot/test/test_slavecommand.py (Shell): test both with and
+ without PTYs, and make sure that command output is properly
+ interleaved in the with-PTY case. I think the without-PTY test
+ should pass on windows, where we never use PTYs anyway.
+
2005-04-20 Brian Warner <warner at lothar.com>
* README (REQUIREMENTS): mention Twisted-2.0.0 compatibility
More information about the Commits
mailing list