diff options
Diffstat (limited to 'meta/lib/oeqa/utils/qemurunner.py')
-rw-r--r-- | meta/lib/oeqa/utils/qemurunner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 3a9ba024a9..cce95e13f4 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/oeqa/utils/qemurunner.py | |||
@@ -354,6 +354,7 @@ class QemuRunner: | |||
354 | else: | 354 | else: |
355 | self.logger.debug("Couldn't login into serial console" | 355 | self.logger.debug("Couldn't login into serial console" |
356 | " as root using blank password") | 356 | " as root using blank password") |
357 | self.logger.debug("The output:\n%s" % output) | ||
357 | except: | 358 | except: |
358 | self.logger.debug("Serial console failed while trying to login") | 359 | self.logger.debug("Serial console failed while trying to login") |
359 | return True | 360 | return True |