mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
t-runner: fix 'new line' usage for non-verbose mode
This commit is contained in:
parent
d450b25b07
commit
290f4e24d4
@ -1360,6 +1360,8 @@ static void print_test_status(char *test_name, enum test_status ts,
|
||||
case TEST_STATUS_STARTED:
|
||||
color_str = CONSOLE_LN_RESET;
|
||||
status_str = "STARTED ";
|
||||
|
||||
if (strcmp(verbose_opt, "none"))
|
||||
line_end = "\n";
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user