[oe-commits] [openembedded-core] branch master updated: oeqa/utils/qemurunner: Fix typo in previous commit

git at git.openembedded.org git at git.openembedded.org
Tue Apr 9 15:05:06 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
     new e2b4b05  oeqa/utils/qemurunner: Fix typo in previous commit
e2b4b05 is described below

commit e2b4b0580cd719cf9d48576aa7d0b88e4a286921
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Tue Apr 9 16:04:04 2019 +0100

    oeqa/utils/qemurunner: Fix typo in previous commit
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/utils/qemurunner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 49020c1..1abb2c1 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -329,7 +329,7 @@ class QemuRunner:
                 self.logger.debug("Target didn't reach login banner in %d seconds (%s)" %
                                   (self.boottime, time.strftime("%D %H:%M:%S")))
             tail = lambda l: "\n".join(l.splitlines()[-25:])
-            bootlog = boolog.decode("utf-8")
+            bootlog = bootlog.decode("utf-8")
             # in case bootlog is empty, use tail qemu log store at self.msg
             lines = tail(bootlog if bootlog else self.msg)
             self.logger.debug("Last 25 lines of text:\n%s" % lines)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list