Skip to content

Commit ed1ed46

Browse files
authored
Print gtest output in run_perf_counter.py (#348)
1 parent e590f9a commit ed1ed46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run_perf_counter.py

+2
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)