]> 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, 28 Mar 2023 02:28:14 +0000 (16:28 -1000)
commit288609a3bb2760b5bb9d86e9c130b227f9bd5039
tree9a040292d8bcc0f2f78456b8f1b1723ee272ab9f
parent5b85a6fa84b02e7ebae011979456d33b8774dd21
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