]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Tidy up checking for console end
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:58:03 +0000 (07:58 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
commite6f498e70bec1cec5db81b62d544e9cba3607504
tree6a6b1efaaca6fa69dbea56986a1027e4469770f5
parentd3ac70aac43834aae2447a7781f024599ab3f728
test: Tidy up checking for console end

Use the ut_assert_console_end() function provided, rather than doing it
separately.

Signed-off-by: Simon Glass <sjg@chromium.org>
13 files changed:
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/fdt.c
test/cmd/font.c
test/cmd/mbr.c
test/cmd/test_echo.c
test/cmd/test_pause.c
test/cmd/wget.c
test/lib/test_print.c
test/log/cont_test.c
test/log/nolog_ndebug.c
test/log/nolog_test.c
test/log/pr_cont_test.c