[Buildbot-commits] buildbot ChangeLog,1.343,1.344

Brian Warner warner at users.sourceforge.net
Sat Apr 2 20:20:19 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
(countFailedTests): the new trial in Twisted-2.0 emits a slightly different
status line than old trial ("PASSED.." instead of "OK.."). Handle it so we
don't mistakenly think the test count is unparseable.
(Trial.start): note that for some reason each build causes another copy of
self.testpath to be prepended to PYTHONPATH. This needs to be fixed but I'm
not sure quite where the problem is.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -d -r1.343 -r1.344
--- ChangeLog	2 Apr 2005 01:41:40 -0000	1.343
+++ ChangeLog	2 Apr 2005 20:20:16 -0000	1.344
@@ -1,3 +1,13 @@
+2005-04-02  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/step_twisted.py (countFailedTests): the new
+	trial in Twisted-2.0 emits a slightly different status line than
+	old trial ("PASSED.." instead of "OK.."). Handle it so we don't
+	mistakenly think the test count is unparseable.
+	(Trial.start): note that for some reason each build causes another
+	copy of self.testpath to be prepended to PYTHONPATH. This needs to
+	be fixed but I'm not sure quite where the problem is.
+
 2005-04-01  Brian Warner  <warner at lothar.com>
 
 	* buildbot/test/test_run.py (Run.testMaster): change some uses of





More information about the Commits mailing list