diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-04-07 07:21:37 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-04-07 07:21:37 +0200 |
commit | 4d720c77b3a91d517552e8b991577936f172a5cb (patch) | |
tree | f40ff803480c38d1f2f1ab0e3e45e84bfada132a | |
parent | cfb17ee2207a13301ae1deef1967f0860968ed07 (diff) | |
download | kit-4d720c77b3a91d517552e8b991577936f172a5cb.zip |
add flush
-rw-r--r-- | source/kit_test/test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/kit_test/test.c b/source/kit_test/test.c index 7065102..d1e048c 100644 --- a/source/kit_test/test.c +++ b/source/kit_test/test.c @@ -242,6 +242,8 @@ int kit_run_tests(int argc, char **argv) { quiet || printf("\n"); success_count++; } + + quiet || fflush(stdout); } no_color || print_color(white); |