diff options
| -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 c7442a2573..f7fbe1bb04 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 |
