]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/resulttool: fix typo breaking resulttool log --ptest
authorRoss Burton <ross.burton@arm.com>
Mon, 13 Mar 2023 12:59:07 +0000 (12:59 +0000)
committerSteve Sakoman <steve@sakoman.com>
Tue, 21 Mar 2023 16:36:44 +0000 (06:36 -1000)
commitdc5097e6692ff123a48d9af749f4e66b58056b04
tree9d4c066d35792a5524271a74f2f92be6c44b3f86
parent0bb93dce6abdaf09d73d2f9f71781ca20d111601
lib/resulttool: fix typo breaking resulttool log --ptest

ptestresult_get_log() looked for a key called 'ptestresuls.sections',
which should be 'ptestresult.sections'

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7c8c9f7283e54bf8b1521fbaad7dceb66a8fcdbb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/resulttool/resultutils.py