[Buildbot-commits] buildbot ChangeLog,1.390,1.391

Brian Warner warner at users.sourceforge.net
Tue Apr 26 18:45:56 UTC 2005


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32356

Modified Files:
	ChangeLog 
Log Message:
(Shell.checkOutput): replace any "\n" in the expected output with the
platform-specific line separator. Make this separator "\r\n" on PTYs under
unix, they seem to do that and I don't know why


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- ChangeLog	26 Apr 2005 18:36:06 -0000	1.390
+++ ChangeLog	26 Apr 2005 18:45:53 -0000	1.391
@@ -1,5 +1,10 @@
 2005-04-26  Brian Warner  <warner at lothar.com>
 
+	* buildbot/test/test_slavecommand.py (Shell.checkOutput): replace
+	any "\n" in the expected output with the platform-specific line
+	separator. Make this separator "\r\n" on PTYs under unix, they
+	seem to do that and I don't know why
+
 	* buildbot/test/test_runner.py (Options.optionsFile): disable on
 	windows for now, I don't know what ~/.buildbot/ should mean there.
 





More information about the Commits mailing list