]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: bdinfo: Add missing asserts
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:15:17 +0000 (19:15 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
commit3535f607261ced5e1df361a51e301b2d212b30ec
tree9851964e40a2f11bc37de4098714cc81276f4ee5
parent80a8a2ebb34b4c2b99e41370ab42b8ed70ef2df5
test: bdinfo: Add missing asserts

Calling into sub-test functions should be done using ut_assertok() so
that the test exits immediately on failure. Add those which are
missing.

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