Re: [PATCH 07/34] test: bdinfo: Add missing asserts

2023-12-13 Thread Simon Glass
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 --- test/cmd/bdinfo.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) Applied to u-boot-dm/next, thanks!

[PATCH 07/34] test: bdinfo: Add missing asserts

2023-10-01 Thread Simon Glass
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 --- test/cmd/bdinfo.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/test/cmd/bdinfo.c b/tes