Skip to content

Commit

Permalink
Corrected the tool info for proton
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetta authored Nov 2, 2023
1 parent 1923695 commit 2b45b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/proton.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def determine_result(self, run):
elif run.exit_code.value == 6 and "Out of memory" in output:
status = "OUT OF MEMORY"

elif run.exit_code.value == 6 and "SAT or SMT checker error: out-of-memory or internal-error" in output:
elif run.exit_code.value == 6:
status = "OUT-OF-MEMORY or INTERNAL-ERROR"

else:
Expand Down

0 comments on commit 2b45b89

Please sign in to comment.