summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/target/ssh.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/core/target/ssh.py')
-rw-r--r--meta/lib/oeqa/core/target/ssh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/target/ssh.py b/meta/lib/oeqa/core/target/ssh.py
index 63fc9468b3..090b40a814 100644
--- a/meta/lib/oeqa/core/target/ssh.py
+++ b/meta/lib/oeqa/core/target/ssh.py
@@ -247,7 +247,7 @@ def SSHCall(command, logger, timeout=None, **opts):
247 "stdin": None, 247 "stdin": None,
248 "shell": False, 248 "shell": False,
249 "bufsize": -1, 249 "bufsize": -1,
250 "preexec_fn": os.setsid, 250 "start_new_session": True,
251 } 251 }
252 options.update(opts) 252 options.update(opts)
253 output = '' 253 output = ''