]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python...
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 17 Feb 2022 17:14:15 +0000 (18:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Feb 2022 21:52:08 +0000 (21:52 +0000)
commit50ccfaa8b3ed340ee7f906934b211a1c73eb8db5
tree8fa04acfbd18804f9518974e8e6a6d68511b8244
parent2702bac9e5c13f8a30153a1c45b278eebc9f11e5
oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code

The situation regarding logging is different when a function called by
bb.build.exec_func() fails compared to when the task code fails
directly. There is a recent fix in bitbake to solve that and these
tests will hopefully prevent regressions.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/logging-test/logging-test.bb
meta/lib/oeqa/selftest/cases/bblogging.py