make debug test work for explorer
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
db04ec0473
commit
02934055e7
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ class Explorer(object):
|
|||
'__target_host': self.target_host,
|
||||
'__explorer': self.remote.global_explorer_path,
|
||||
}
|
||||
if log.getEffectiveLevel() == logging.DEBUG:
|
||||
self.env.update({'__debug': "yes" })
|
||||
|
||||
### global
|
||||
|
||||
|
|
Loading…
Reference in a new issue