Save output streams.
Implementation is 99% based on Steven's initial implementation.
This commit is contained in:
parent
13a13eee03
commit
9703e0f08e
21 changed files with 483 additions and 120 deletions
|
|
@ -89,7 +89,6 @@ class Shell(object):
|
|||
self._init_environment()
|
||||
|
||||
log.trace("Starting shell...")
|
||||
# save_output=False -> do not catch stdout and stderr
|
||||
self.local.run([self.shell], self.env, save_output=False)
|
||||
log.trace("Finished shell.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue