]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Fixes to allow 'ut bootm' to pass when run interactively"
authorTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 20:49:10 +0000 (14:49 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 20:49:10 +0000 (14:49 -0600)
commita2bed7d8a6997697b54eb75fe59e56edde449314
tree93ee7198ae539b3f6a2f87ce1312787bad91a12d
parentc42250178031af109817a74117e90181ad13e084
parent931e0df6042540ecee00486256a88b220e2cab2a
Merge patch series "Fixes to allow 'ut bootm' to pass when run interactively"

Andrew Goodbody <andrew.goodbody@linaro.org> says:

Starting a sandbox session and running 'ut bootm' on the command
line instead of using pytest with --verbose will result in some
test failures. This series makes the tests more deterministic so
that they will better control their environment and hence will
work as expected whether or not they are invoked with '--verbose'.
The series starts with a small fix to the parameters of
bootm_process_cmdline that one commit incorrectly added using a bool
when it had been updated to take flags by the preceeding commit.

Link: https://lore.kernel.org/r/20241101130254.473017-1-andrew.goodbody@linaro.org