Skip to content

Commit

Permalink
View out error
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Sep 11, 2023
1 parent 64dd076 commit 7856ab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/run_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def run_process(cmd: "List[str]", time_compilation: "bool"=False, env = None):

if p.returncode != 0:
print("Compilation Error!", file=log_file, flush=True)
print(out, file=log_file, flush=True)
print(err, file=log_file, flush=True)
comp_times.append('-')
run_times.append(None)
Expand Down

0 comments on commit 7856ab3

Please sign in to comment.