test: Leave out the prefix when printing test names
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:37 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:58 +0000 (20:10 -0600)
commit63adc40d4c18b3a39df68289cd6cf4d38e8dd5ad
treeb4fa0057db25d9f9fb6d967f34fb6d8fee2c956f
parentb85df267e1f9f6f53086875975b8e4b24570365d
test: Leave out the prefix when printing test names

When tests are all in the same suite it is annoying to have to read all
the common text after each name. Skip this to help the user.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/cmd_ut.c
test/py/tests/test_suite.py
test/test-main.c