Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsdos committed Aug 23, 2023
1 parent 589c546 commit 5fb269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run_test(translator: Translator, test_program_path: str, test_id: int, confi
universal_newlines=True,
)

print(run_result)
#print(run_result)

if run_result.returncode != 0:
raise TestRuntimeError(translator, 0, -1)
Expand Down

0 comments on commit 5fb269f

Please sign in to comment.