mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-01 01:53:11 +00:00
Merge pull request #218 from schu/tests-fflush
test_lib.c: flush stdout after every test-run
This commit is contained in:
commit
46d359d1c3
@ -189,6 +189,8 @@ int git_testsuite_run(git_testsuite *ts)
|
||||
putchar('F');
|
||||
} else
|
||||
putchar('.');
|
||||
|
||||
fflush(stdout);
|
||||
}
|
||||
printf("\n ");
|
||||
print_details(ts);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user