Merge pull request #218 from schu/tests-fflush

test_lib.c: flush stdout after every test-run
This commit is contained in:
Vicent Martí 2011-06-01 12:53:46 -07:00
commit 46d359d1c3

View File

@ -189,6 +189,8 @@ int git_testsuite_run(git_testsuite *ts)
putchar('F');
} else
putchar('.');
fflush(stdout);
}
printf("\n ");
print_details(ts);