Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjjq committed Dec 20, 2023
1 parent 57ee9cb commit 9cd2d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def run_command(cmd):
for line in stderr:
print(line, end='')
raise RuntimeError(f'Command {cmd} failed with return code {ret}.')
print('STDOUT:')
print(stdout)
return stdout

def get_bench_cmd(run_type, run_id, run_name, run_param_name, dtype):
Expand Down

0 comments on commit 9cd2d1b

Please sign in to comment.