Skip to content

Commit 07be478

Browse files
committed
Print gtest output in run_perf_counter.py
1 parent e590f9a commit 07be478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run_perf_counter.py

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

33+
print(result.stdout)
34+
print(result.stderr)
3335
return result.stdout.splitlines()
3436

3537

0 commit comments

Comments
 (0)