summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index b87d7765e7..f0d98410d1 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -345,6 +345,7 @@ class QemuRunner:
345 else: 345 else:
346 self.logger.debug("Couldn't login into serial console" 346 self.logger.debug("Couldn't login into serial console"
347 " as root using blank password") 347 " as root using blank password")
348 self.logger.debug("The output:\n%s" % output)
348 except: 349 except:
349 self.logger.debug("Serial console failed while trying to login") 350 self.logger.debug("Serial console failed while trying to login")
350 return True 351 return True