Skip to content

Commit

Permalink
Update concurrentwitness2test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi authored Nov 22, 2024
1 parent 89acaf1 commit bec7f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/tools/concurrentwitness2test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def determine_result(self, run):
if "Verdict: SOMETIMES" in line or "Verdict: ALWAYS" in line:
return result.RESULT_FALSE_REACH
elif "Verdict: NEVER" in line:
return result.RESULT_TRUE_PROP
return result.RESULT_ERROR + "(ineffective witness)"
elif "Verdict: TIMEOUT" in line:
return result.RESULT_TIMEOUT + "(inner)"
elif "Verdict: Unknown error" in line:
Expand Down

0 comments on commit bec7f33

Please sign in to comment.