Skip to content

Commit 8f84ef6

Browse files
committed
Add fflush
1 parent e20621d commit 8f84ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3203,6 +3203,7 @@ function show_test(int $test_idx, string $shortname): void
32033203
}
32043204

32053205
fwrite($client, "$id: $test_idx/$test_cnt [$shortname]\n");
3206+
fflush($client);
32063207

32073208
$str = "TEST $id: $test_idx/$test_cnt [$shortname]\r";
32083209
$line_length = strlen($str);

0 commit comments

Comments
 (0)