Skip to content

Commit 4cd3266

Browse files
fangerertimfel
authored andcommitted
Flush test progress.
1 parent 41fabac commit 4cd3266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/graalpytest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_useful_frame(self, tb):
131131
def run_safely(self, func, print_immediately=False):
132132
if verbose:
133133
with print_lock:
134-
print(u"\n\t\u21B3 ", func.__name__, " ", end="")
134+
print(u"\n\t\u21B3 ", func.__name__, " ", end="", flush=True)
135135
try:
136136
func()
137137
except BaseException as e:

0 commit comments

Comments
 (0)