Ejemplo n.º 1
0
	def run( self ):
		try:
			return ShellCommandAction.run( self )
		finally:
			self.__tester.saveReport()
Ejemplo n.º 2
0
	def run( self ):
		try:
			return ShellCommandAction.run( self )
		finally:
			if self.__callback:
				self.__callback( self )