[Buildbot-commits] buildbot ChangeLog,1.673,1.674

Brian Warner warner at users.sourceforge.net
Tue Jun 20 08:09:12 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ step_twisted.Trial: use logfiles= to get test.log instead of 'cat']

Original author: warner at lothar.com
Date: 2006-06-20 05:11:41

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.673
retrieving revision 1.674
diff -u -d -r1.673 -r1.674
--- ChangeLog	20 Jun 2006 08:09:04 -0000	1.673
+++ ChangeLog	20 Jun 2006 08:09:10 -0000	1.674
@@ -1,5 +1,10 @@
 2006-06-19  Brian Warner  <warner at lothar.com>
 
+	* buildbot/process/step_twisted.py (Trial): use logfiles= to track
+	_trial_temp/test.log, not a separate 'cat' command. TODO: this
+	will fail under windows because of os.sep issues. It might have
+	worked before if 'cat' was doing cygwin path conversion.
+
 	* buildbot/slave/commands.py (LogFileWatcher.__init__): note the
 	creation of LogFileWatchers
 	(ShellCommand._startCommand): and record the files that were





More information about the Commits mailing list