Skip to content

Commit

Permalink
Merge pull request #1126 from leventeBajczi/patch-2
Browse files Browse the repository at this point in the history
Update concurrentwitness2test.py
  • Loading branch information
PhilippWendler authored Nov 23, 2024
2 parents 89acaf1 + 35f913a commit be1b535
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 be1b535

Please sign in to comment.