Windows: output newline before output from passed tests
This commit is contained in:
parent
18b37d4a49
commit
0d6aa2a2e5
@ -195,6 +195,8 @@ out:
|
||||
if (status != 0 || task->show_output) {
|
||||
if (status != 0) {
|
||||
LOGF("\n`%s` failed: %s\n", test, errmsg);
|
||||
} else {
|
||||
LOGF("\n");
|
||||
}
|
||||
|
||||
for (i = 0; i < process_count; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user