[Buildbot-commits] buildbot/buildbot/process step_twisted.py, 1.77, 1.78

Brian Warner warner at users.sourceforge.net
Tue May 30 07:07:35 UTC 2006


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

Modified Files:
	step_twisted.py 
Log Message:
[project @ step_twisted.Trial: set the step name to 'trial', so it shows up properly in status displays]

Original author: warner at lothar.com
Date: 2006-05-30 07:03:43

Index: step_twisted.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step_twisted.py,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- step_twisted.py	29 May 2006 00:10:32 -0000	1.77
+++ step_twisted.py	30 May 2006 07:07:33 -0000	1.78
@@ -201,6 +201,8 @@
     command line.
     """
 
+    name = "trial"
+
     flunkOnFailure = True
     python = None
     trial = "trial"





More information about the Commits mailing list