diff --git a/erasure_code/erasure_code_test.c b/erasure_code/erasure_code_test.c index 0058cdd..d793963 100644 --- a/erasure_code/erasure_code_test.c +++ b/erasure_code/erasure_code_test.c @@ -484,6 +484,7 @@ main(int argc, char *argv[]) } #ifdef TEST_VERBOSE putchar('.'); + fflush(stdout); #endif } @@ -703,6 +704,7 @@ main(int argc, char *argv[]) #ifdef TEST_VERBOSE putchar('.'); + fflush(stdout); #endif } @@ -781,6 +783,10 @@ main(int argc, char *argv[]) goto exit; } } +#ifdef TEST_VERBOSE + putchar('.'); + fflush(stdout); +#endif } printf("done EC tests: Pass\n");