diff --git a/run-test262.c b/run-test262.c index e9c4b6b7..37944282 100644 --- a/run-test262.c +++ b/run-test262.c @@ -1895,6 +1895,8 @@ void show_progress(int force) { last_test_skipped = test_skipped; last_test_failed = test_failed; fputc(c, stderr); + if (force) + fputc('\n', stderr); fflush(stderr); } else { /* output progress indicator: erase end of line and return to col 0 */