[Buildbot-commits] buildbot ChangeLog,1.538,1.539
Brian Warner
warner at users.sourceforge.net
Wed Oct 26 20:38:09 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26116
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-400
Creator: Brian Warner <warner at lothar.com>
make it possible to use step_twisted.Trial with very new Twisted
* buildbot/process/step_twisted.py (Trial): expose the trialMode=
argv-list as an argument, defaulting to ["-to"], which is
appropriate for the Trial that comes with Twisted-2.1.0 and
earlier. The Trial in current Twisted SVN wants
["--reporter=bwverbose"] instead. Also expose trialArgs=, which
defaults to an empty list.
* buildbot/process/process_twisted.py (TwistedTrial.trialMode):
match it, now that trialMode= is a list instead of a single string
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.538
retrieving revision 1.539
diff -u -d -r1.538 -r1.539
--- ChangeLog 26 Oct 2005 20:22:51 -0000 1.538
+++ ChangeLog 26 Oct 2005 20:38:07 -0000 1.539
@@ -1,5 +1,14 @@
2005-10-26 Brian Warner <warner at lothar.com>
+ * buildbot/process/step_twisted.py (Trial): expose the trialMode=
+ argv-list as an argument, defaulting to ["-to"], which is
+ appropriate for the Trial that comes with Twisted-2.1.0 and
+ earlier. The Trial in current Twisted SVN wants
+ ["--reporter=bwverbose"] instead. Also expose trialArgs=, which
+ defaults to an empty list.
+ * buildbot/process/process_twisted.py (TwistedTrial.trialMode):
+ match it, now that trialMode= is a list instead of a single string
+
* buildbot/__init__.py (version): bump to 0.7.0+ while between
releases
* docs/buildbot.texinfo: same
More information about the Commits
mailing list