]> git.baikalelectronics.ru Git - uboot.git/commit
test: Use return values in dm_test_run()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:35:06 +0000 (17:35 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:30 +0000 (09:57 -0500)
commited11eb0fa8033d51c1f466befb45d43d0f653cdc
tree8156f73b1fe5bc241bd0fb6fd1659d7a12170985
parent4cfb0093a97611884dca31e4b4219d9a9699748f
test: Use return values in dm_test_run()

Update this function to use the return value of ut_run_list() to check for
success/failure, so that they are in sync. Also return a command success
code so that the caller gets what it expects.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/test-dm.c