Searched refs:show_output (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/internal/lib/ |
D | ssh.py | 90 def _SshLogOutput(cmd, timeout=None, show_output=False): argument 119 if show_output or process.returncode != 0: 133 def ShellCmdWithRetry(cmd, timeout=None, show_output=False, argument 160 show_output=show_output) 193 def Run(self, target_command, timeout=None, show_output=False, argument 213 show_output,
|
/tools/acloud/pull/ |
D | pull.py | 97 ssh.Run("tail -f -n +1 %s" % log_file, show_output=True)
|
D | pull_test.py | 80 mock.call(expected_cmd, show_output=True)])
|