Windows: output newline before output from passed tests

This commit is contained in:
Bert Belder 2012-03-09 17:15:00 +01:00
parent 18b37d4a49
commit 0d6aa2a2e5

View File

@ -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++) {