[U-Boot] [PATCH v2 08/17] test: Print the name of each test before running it

sjg at google.com sjg at google.com
Wed Oct 10 00:01:40 UTC 2018


At present the tests are run without any indication of what is running.
For the tests which start with a build this is pretty obvious, but for
tools it is not.

Add a name for each test we run, and print it before starting the test.
Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Quote @$ correctly so that quoted arguments can be passed to run_test

 test/run | 30 +++++++++++++++++++-----------
 1 file changed, 19 insertions(+), 11 deletions(-)

Applied to u-boot-dm


More information about the U-Boot mailing list