]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Tidy up console recording in tests"
authorTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:52:18 +0000 (18:52 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:52:18 +0000 (18:52 -0600)
commit9735cfaf904551759597067d76e2ae2ec21d582a
tree5578133191f3a0557deb2360e14eb367fab804b9
parent02d587a447ccae12618abbfb2b8ddd88ac3c7648
parent695b4645325ef40c792a6e6a3849d134fcf80ed0
Merge patch series "Tidy up console recording in tests"

Simon Glass <sjg@chromium.org> says:

This series started as a small fix for checking for an empty line,
but in the process several other problems were found and fixed:

- fix tests which use console recording but don't set the flag
- drop unnecessary resetting of the console in tests
- drop unnecessary blank line before MMC output
- update the docs a little
- fix buildman test failure on newer Pythons
- a few other minor things

This series also renames the confusing flag names, so that they are
easier to remember - just a UTF_ (unit-test flags) prefix.
common/console.c
test/cmd/bdinfo.c
test/cmd/pinmux.c
test/log/log_test.c