mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 17:05:49 +00:00
test_lib.c: flush stdout after every test-run
Make sure the user immediately sees the feedback, '.' or 'F', for a test. If it's only in the buffer, it may gets "lost" in case of error. Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
parent
4191d52924
commit
a7ed162538
@ -189,6 +189,8 @@ int git_testsuite_run(git_testsuite *ts)
|
|||||||
putchar('F');
|
putchar('F');
|
||||||
} else
|
} else
|
||||||
putchar('.');
|
putchar('.');
|
||||||
|
|
||||||
|
fflush(stdout);
|
||||||
}
|
}
|
||||||
printf("\n ");
|
printf("\n ");
|
||||||
print_details(ts);
|
print_details(ts);
|
||||||
|
Loading…
Reference in New Issue
Block a user