We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d449d3 commit 18a2fc3Copy full SHA for 18a2fc3
scripts/run_tests.py
@@ -194,7 +194,9 @@ def _execute(args_dict, env):
194
env_copy["PPC_NUM_PROC"] = str(count)
195
env_copy.setdefault("PPC_NUM_THREADS", "1")
196
197
- print(f"Executing with {args_dict['running_type']} count: {count}")
+ print(
198
+ f"Executing with {args_dict['running_type']} count: {count}", flush=True
199
+ )
200
_execute(args_dict, env_copy)
201
else:
202
_execute(args_dict, os.environ.copy())
0 commit comments