[Buildbot-commits] buildbot ChangeLog,1.639,1.640

Brian Warner warner at users.sourceforge.net
Fri Jun 2 03:32:25 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ set ShellCommand.flunkOnFailure=True by default]

Original author: warner at lothar.com
Date: 2006-06-02 03:23:23

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.639
retrieving revision 1.640
diff -u -d -r1.639 -r1.640
--- ChangeLog	30 May 2006 07:07:40 -0000	1.639
+++ ChangeLog	2 Jun 2006 03:32:23 -0000	1.640
@@ -1,3 +1,11 @@
+2006-06-01  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/step.py (ShellCommand): set flunkOnFailure=True
+	by default, so that any ShellCommand which fails marks the overall
+	build as a failure. I should have done this from the beginning.
+	Add flunkOnFailure=False to the arguments if you want to turn off
+	this behavior.
+
 2006-05-30  Brian Warner  <warner at lothar.com>
 
 	* buildbot/clients/gtkPanes.py: add a third row: now it shows





More information about the Commits mailing list