]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oetest: Drop getResults usage from oeRuntimeTest
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Sep 2022 12:16:40 +0000 (13:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 17 Sep 2022 06:45:19 +0000 (07:45 +0100)
commit19919109f20c3b45ebc26b9b92594fbdc2cbc79d
tree19531050c00e738deb30c872e39b4c78567444f6
parentfbdc1f307c3a73979aee288f03aa513ccd93b799
oetest: Drop getResults usage from oeRuntimeTest

Despite the name, this code is only used from testexport and the function
in question is broken on python 3.8 onwards. Since nobody is using it
and the failure log handling here is of questionable benefit anyway, drop it.
We should be using the same code for normal test runs and testexport,
not having two different codepaths.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/oetest.py