Skip to content

Commit 48f7ccf

Browse files
committed
Print gtest output in run_perf_counter.py
1 parent e590f9a commit 48f7ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/run_perf_counter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def run_script(_script_path):
3030
if result.returncode != 0:
3131
raise Exception(f"Subprocess return {result.returncode}.")
3232

33+
print(result.stdout)
3334
return result.stdout.splitlines()
3435

3536

0 commit comments

Comments
 (0)