]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Correct display of failing test
authorSimon Glass <sjg@chromium.org>
Sat, 2 Nov 2024 19:37:04 +0000 (13:37 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 13 Nov 2024 17:56:02 +0000 (11:56 -0600)
commit4f570b36aa00fe094af9107b50fa60083cf765ab
treedb2acbe1def955d08718e5ac96f28108f8cfaf42
parent88db4fc5fec20429881896740df61d402b4b1f66
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>
Tested-by: Tom Rini <trini@konsulko.com> # rpi_3, rpi_4, rpi_arm64, am64x_evm_a53, am64-sk
test/test-main.c