Skip to content

Commit

Permalink
squash! print newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 3, 2023
1 parent bc161dc commit b078e50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run-test262.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b078e50

Please sign in to comment.