[Buildbot-commits] buildbot/buildbot/process step_twisted.py, 1.76, 1.77
Brian Warner
warner at users.sourceforge.net
Mon May 29 00:10:34 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/process
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16554/buildbot/process
Modified Files:
step_twisted.py
Log Message:
[project @ update default trialMode to match current Twisted options]
Original author: warner at lothar.com
Date: 2006-05-28 22:09:23
Index: step_twisted.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step_twisted.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- step_twisted.py 7 May 2006 04:35:04 -0000 1.76
+++ step_twisted.py 29 May 2006 00:10:32 -0000 1.77
@@ -204,7 +204,8 @@
flunkOnFailure = True
python = None
trial = "trial"
- trialMode = ["-to"]
+ trialMode = ["--reporter=bwverbose"] # requires Twisted-2.1.0 or newer
+ # for Twisted-2.0.0 or 1.3.0, use ["-o"] instead
trialArgs = []
testpath = UNSPECIFIED # required (but can be None)
testChanges = False # TODO: needs better name
More information about the Commits
mailing list