testsuite: Align testsuite output

Makes the output easier to read for humans.

Signed-off-by: Christoph Reiter <christoph.reiter@infineon.com>
This commit is contained in:
Christoph Reiter 2020-06-02 11:38:08 +02:00 committed by Anas Nashif
commit 88765ad328

View file

@ -105,7 +105,7 @@ static inline const char *TC_RESULT_TO_STR(int result)
#endif
#ifndef TC_START
#define TC_START(name) PRINT_DATA("starting test - %s\n", name)
#define TC_START(name) PRINT_DATA("START - %s\n", name)
#endif
#ifndef TC_END