commit | 7318e82bd409bdcf35047ab967efeb3b01c1581b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Nov 02 13:37:04 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Nov 02 15:56:44 2024 -0600 |
tree | 431dfcd14a4c8bec1a690b6334317d757c670328 | |
parent | 0ce62d7465f31f2da9d29b0e8678a9fa053bebd9 [diff] |
test: Correct display of failing test This should show the test name, not the selected name, since the user may be running all tests, in which case 'select_name' is NULL Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>