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