]> git.dujemihanovic.xyz Git - u-boot.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)
commit45d191af0218e8a4f7a760f932223c5a9bc55765
tree8156f73b1fe5bc241bd0fb6fd1659d7a12170985
parentf97f85e6618667c877b90e938d6bf36d56e69270
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