]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/qemurunner: Dont mix binary and non-binary strings
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Mar 2019 10:33:21 +0000 (10:33 +0000)
committerArmin Kuster <akuster808@gmail.com>
Sat, 18 May 2019 04:18:44 +0000 (21:18 -0700)
commit5685a349eb471f4c8c9dcc2dc3b34f20369920bb
tree7303cd9be757269b89443fb67770867599f3d027
parent6351f52609af51055786f7b3b24aee722b4dcea4
oeqa/qemurunner: Dont mix binary and non-binary strings

self.msg is a str(), bootlog is b'' so this code clearly doesn't work. Add
in a decode since its being used as a string.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/utils/qemurunner.py