]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/resulttool: call fixup_ptest_names in regression_common
authorAlexis Lothoré <alexis.lothore@bootlin.com>
Tue, 28 Feb 2023 18:10:45 +0000 (19:10 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Mar 2023 23:36:44 +0000 (23:36 +0000)
commitf772ccd108dc3d618db9d479d672c0f3edd203ca
tree0706a9e69dcf6c24a4db62e24b0d922df520913b
parent65ca2c4b7349a4f7dcfcc580d926a99c673deb60
scripts/resulttool: call fixup_ptest_names in regression_common

ptests names not only need to be fixed for regression based on git testresults
but also for testsresults provided "manually"

Move ptests naming fixup in regression_common to share the fixup between both
regression use cases

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/regression.py