]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: cmd: Drop unnecessary console_record_reset_enable()
authorSimon Glass <sjg@chromium.org>
Thu, 22 Aug 2024 13:57:58 +0000 (07:57 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 27 Aug 2024 00:51:49 +0000 (18:51 -0600)
commit0af38d12d98070bc09001e200b15c7e0d6a80388
tree0fc583e69b99668aa716d3de5f56ba2b362e0711
parent0e77c2b6117c1a8497676b33de85766c3f3a904c
test: cmd: Drop unnecessary console_record_reset_enable()

It is seldom necessary to call this function. Drop its use in the
command tests.

Add a few extra checks to the wget test so that resetting is not
needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
17 files changed:
test/cmd/addrmap.c
test/cmd/bdinfo.c
test/cmd/exit.c
test/cmd/fdt.c
test/cmd/font.c
test/cmd/loadm.c
test/cmd/mbr.c
test/cmd/mem_search.c
test/cmd/pinmux.c
test/cmd/pwm.c
test/cmd/rw.c
test/cmd/seama.c
test/cmd/setexpr.c
test/cmd/temperature.c
test/cmd/test_echo.c
test/cmd/test_pause.c
test/cmd/wget.c