]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
patchtest: log errors and failures at end
authorSimone Weiß <simone.p.weiss@posteo.com>
Wed, 14 Feb 2024 19:03:02 +0000 (19:03 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Feb 2024 09:17:40 +0000 (09:17 +0000)
commit84ca5a5f5a44de6ed4551ab08e58087aaa7e1369
treec11ba11ed874fdd4a2064503c21b61847ca4495f
parentdb0e82135ce73d0d6d55b2c2ac17a3fdec8aca99
patchtest: log errors and failures at end

At the moment, running patchtest locally will only print failures and errors
to the log when the not passing test case is executed. This might lead to
people overlooking issues with their patches, so print a log line at the
end if testcases showed issues. This should make it more easy to spot then
before.

Fixes [YOCTO #15389]

Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest