mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
oeqa/utils/qemurunner: Print output when failed to login
This is useful for debugging. (From OE-Core rev: da527d73f5eeae0f29b5f99aab757491d3f87ec7) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8615d47a3a
commit
ffae6c9e6c
@@ -354,6 +354,7 @@ class QemuRunner:
|
|||||||
else:
|
else:
|
||||||
self.logger.debug("Couldn't login into serial console"
|
self.logger.debug("Couldn't login into serial console"
|
||||||
" as root using blank password")
|
" as root using blank password")
|
||||||
|
self.logger.debug("The output:\n%s" % output)
|
||||||
except:
|
except:
|
||||||
self.logger.debug("Serial console failed while trying to login")
|
self.logger.debug("Serial console failed while trying to login")
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user