]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/sysroot.py: Check bitbake return status
authorPaulo Neves <ptsneves@gmail.com>
Sun, 3 Jul 2022 11:41:13 +0000 (13:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jul 2022 23:07:50 +0000 (00:07 +0100)
commit5fe8c14f50d414e768588cef0675d8ef296ced77
tree79424fc70a263244db9b9de8866df48bc243130d
parent0139a070425e675bff4f071b99821b552bd2ef32
oeqa/sysroot.py: Check bitbake return status

bitbake ran but we incorrectly did not assert the exit status needs to
be non 0. Now all sysroot tests commands expected to fail are verified
to do so.

Signed-off-by: Paulo Neves <ptsneves@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/sysroot.py