Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 server/hosts/ssh_host.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/server/hosts/ssh_host.py b/server/hosts/ssh_host.py
index 2f5a080..6085578 100644
--- a/server/hosts/ssh_host.py
+++ b/server/hosts/ssh_host.py
@@ -181,8 +181,7 @@ class SSHHost(abstract_ssh.AbstractSSHHost):
 
         # We ignore the status, because we will handle it at the end.
         result = self.run(command, timeout, ignore_status=True,
-                          connect_timeout=connect_timeout,
-                          stderr_is_expected=ignore_status)
+                          connect_timeout=connect_timeout)
 
         # Look for the patterns, in order
         for (regexp, stream) in ((stderr_err_regexp, result.stderr),
-- 
1.7.6

_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to