Re: [U-Boot] [PATCH v3 25/72] dm: test: Show the test filename when running

2017-05-24 Thread sjg
Show the filename of the test being run. Skip the path and show just the base name. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None include/test/test.h | 2 ++ test/dm/test-main.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) Applied to u-boot-dm

[U-Boot] [PATCH v3 25/72] dm: test: Show the test filename when running

2017-05-18 Thread Simon Glass
Show the filename of the test being run. Skip the path and show just the base name. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None include/test/test.h | 2 ++ test/dm/test-main.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/test/test.h