commit | 43b9a32d98cf9ef00ea3c93bd3e401203787b88f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:15:17 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Dec 13 18:39:05 2023 -0500 |
tree | 9851964e40a2f11bc37de4098714cc81276f4ee5 | |
parent | a44bd85c28de632f592cee99c4ee982cc2271492 [diff] |
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>