Re: [PATCH 01/18] test: Restore test behaviour on failure

2023-05-15 Thread Bin Meng
On Sat, Apr 29, 2023 at 3:18 AM Simon Glass wrote: > > A recent change makes test continue to run after failure. This results in > a lot of useless output and may lead to a segfault. Fix this by adding > back the 'return' statement. > > Fixes: fa847bb409d ("test: Wrap assert macros in ({ ... })

[PATCH 01/18] test: Restore test behaviour on failure

2023-04-28 Thread Simon Glass
A recent change makes test continue to run after failure. This results in a lot of useless output and may lead to a segfault. Fix this by adding back the 'return' statement. Fixes: fa847bb409d ("test: Wrap assert macros in ({ ... }) and fix") Signed-off-by: Simon Glass --- include/test/ut.h |