[Buildbot-devel] flunkOnFailure

christian unger christian_unger at mac.com
Thu Oct 12 14:57:40 UTC 2006


Hi,

flunkOnFailureis a mystery to me,


(how) is ths supposed to work (bb 0.7.4)?



class buildcommand( Compile ):

	def __init__( self, **kwargs ):

		command = ["/some/command", "ARG"]

		self.command = command
		self.flunkOnFailure=False

		Compile.__init__( self, **kwargs )









More information about the devel mailing list