
12 Jul
2023
12 Jul
'23
1:10 a.m.
On 7/12/23 00:51, Simon Glass wrote:
This test was written for the incorrect use of assertions. Update it to build with the previous approach, where tests fail at the first assertion.
So basically ut_assert_nextline() does not automatically bail, you have to make it expand to return -ERRNO and check for that errno again with ut_assertok() at the callsite ?