]> code.ossystems Code Review - openembedded-core.git/commit
classes/testsdk: print output correctly on failure
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 23 Jun 2016 12:07:02 +0000 (00:07 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jul 2016 12:29:01 +0000 (13:29 +0100)
commit798bec6fe43116b51247284eb4e415337b2e8e04
tree48cd321df37801c4f93c85c788e0044425039269
parent9e711b54487c3141d7264b8cf0d74f9465020190
classes/testsdk: print output correctly on failure

With Python 3 we get a bytes object from the command output and not a
string, which gives some ugly formatting for error messages unless you
decode it first.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testsdk.bbclass