mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-05-07 18:57:27 +02: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:
|
case TEST_STATUS_STARTED:
|
||||||
color_str = CONSOLE_LN_RESET;
|
color_str = CONSOLE_LN_RESET;
|
||||||
status_str = "STARTED ";
|
status_str = "STARTED ";
|
||||||
|
|
||||||
|
if (strcmp(verbose_opt, "none"))
|
||||||
line_end = "\n";
|
line_end = "\n";
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user