]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: bootm: Ensure GD_FLG_SILENT is reset
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Fri, 1 Nov 2024 13:02:54 +0000 (13:02 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 20:49:06 +0000 (14:49 -0600)
commit931e0df6042540ecee00486256a88b220e2cab2a
tree4411f69fc0065b048d3a857017f0d78acaf8c508
parent66ca6622ee9c27e54250dbccd136c0445d402001
test: bootm: Ensure GD_FLG_SILENT is reset

Some bootm tests expect that GD_FLG_SILENT is reset in order
to work as expected. This is the state if the test is run with
'pytest --verbose' but not if run from, say, the sandbox command
line.
So reset the flag for those tests that rely on it being reset. This
has to be done in each test as the test infrastructure will set it
again before every test when not invoked with 'pytest --verbose'.

Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
test/bootm.c