[svn r37462] allow the remote side to run in verbose mode

--HG--
branch : trunk
This commit is contained in:
hpk
2007-01-28 12:00:17 +01:00
parent b5d79a847b
commit de9fd5ecef
2 changed files with 3 additions and 0 deletions

View File

@@ -130,6 +130,8 @@ def slaverun_TerminalSession(channel):
config.option.looponfailing = False
config.option.usepdb = False
config.option.executable = None
if failures:
config.option.verbose = True
session = config.initsession()
session.shouldclose = channel.isclosed