[Buildbot-commits] buildbot ChangeLog,1.295,1.296
Brian Warner
warner at users.sourceforge.net
Fri Oct 15 18:44:22 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31334
Modified Files:
ChangeLog
Log Message:
* buildbot/process/step_twisted.py (Trial.createSummary): parse
the 'problems' portion of stdout, add TestResults to our build
* buildbot/test/test_twisted.py (Parse.testParse): test it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -d -r1.295 -r1.296
--- ChangeLog 15 Oct 2004 16:59:44 -0000 1.295
+++ ChangeLog 15 Oct 2004 18:44:20 -0000 1.296
@@ -1,5 +1,9 @@
2004-10-15 Brian Warner <warner at lothar.com>
+ * buildbot/process/step_twisted.py (Trial.createSummary): parse
+ the 'problems' portion of stdout, add TestResults to our build
+ * buildbot/test/test_twisted.py (Parse.testParse): test it
+
* buildbot/interfaces.py (IBuildStatus.getTestResults): new method
to retrieve a dict of accumulated test results
(ITestResult): define what a single test result can do
More information about the Commits
mailing list