Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows: output newline before output from passed tests
  • Loading branch information
piscisaureus committed Mar 9, 2012
1 parent 18b37d4 commit 0d6aa2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runner.c
Expand Up @@ -195,6 +195,8 @@ int run_test(const char* test, int timeout, int benchmark_output) {
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++) {
Expand Down

0 comments on commit 0d6aa2a

Please sign in to comment.