commit | 18030d9fa225569cc0ff3e87baca52c6e2558e91 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:29 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:50 2023 -0400 |
tree | 39f4369afc252aaab9b90c4d5d124cca51163332 | |
parent | 06d3414ac77332c808e255a7036edad6f631b3d2 [diff] |
test: Restore test behaviour on failure 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 <sjg@chromium.org>