[Buildbot-commits] buildbot/buildbot/test test_web.py,1.29,1.30
Brian Warner
warner at users.sourceforge.net
Fri Jun 2 06:26:30 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17222/buildbot/test
Modified Files:
test_web.py
Log Message:
[project @ fix test_web.py to match the title= change]
Original author: warner at lothar.com
Date: 2006-06-02 06:25:38
Index: test_web.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_web.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- test_web.py 21 May 2006 22:38:19 -0000 1.29
+++ test_web.py 2 Jun 2006 06:26:28 -0000 1.30
@@ -398,6 +398,7 @@
bs.addStep(step1)
bs.buildStarted(build1)
step1.step_status.stepStarted()
+ bs.setReason("reason")
log1 = step1.addLog("output")
log1.addStdout("some stdout\n")
More information about the Commits
mailing list