Skip to content

Commit 18a2fc3

Browse files
authored
Add flush for better debugging in run_tests.py (#617)
1 parent 8d449d3 commit 18a2fc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/run_tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ def _execute(args_dict, env):
194194
env_copy["PPC_NUM_PROC"] = str(count)
195195
env_copy.setdefault("PPC_NUM_THREADS", "1")
196196

197-
print(f"Executing with {args_dict['running_type']} count: {count}")
197+
print(
198+
f"Executing with {args_dict['running_type']} count: {count}", flush=True
199+
)
198200
_execute(args_dict, env_copy)
199201
else:
200202
_execute(args_dict, os.environ.copy())

0 commit comments

Comments
 (0)