Exemplo n.º 1
0
    def __init__(self, remote_command, args):
        RemoteCommand.__init__(self, remote_command, args)

        self.rc = None
        self.stderr = ''
Exemplo n.º 2
0
 def __init__(self, step, remote_command, args):
     RemoteCommand.__init__(self, remote_command, args)
     callback = lambda arg: step.step_status.addLog('stdio')
     self.useLogDelayed('stdio', callback, True)
Exemplo n.º 3
0
    def __init__(self, remote_command, args):
        RemoteCommand.__init__(self, remote_command, args)

        self.rc = None
        self.stderr = ''
Exemplo n.º 4
0
 def __init__(self, step, remote_command, args):
     RemoteCommand.__init__(self, remote_command, args)
     callback = lambda arg: step.step_status.addLog('stdio')
     self.useLogDelayed('stdio', callback, True)