]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Mar 2023 17:12:15 +0000 (17:12 +0000)
commit7c8c9f7283e54bf8b1521fbaad7dceb66a8fcdbb
tree2962a8ce0bf2f2d90c40d92cfe5bd16e7899c15c
parent71111e6b62d37c5e6853d7940dec2993df127a35
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>
scripts/lib/resulttool/resultutils.py