Skip to content

Commit

Permalink
uncaught does checkFail
Browse files Browse the repository at this point in the history
  • Loading branch information
agroce committed Apr 16, 2021
1 parent ef0eae0 commit 36330b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tstl/randomtester.py
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ def main():
if (len(set(sut.newCurrBranches())) > 0) or (
len(set(sut.newCurrStatements())) > 0):
anyNewCoverage = True
handle_failure(sut.test(), "UNCAUGHT EXCEPTION", False)
handle_failure(sut.test(), "UNCAUGHT EXCEPTION", True)
if not config.multiple:
print("STOPPING TESTING DUE TO FAILED TEST")
break
Expand Down

0 comments on commit 36330b6

Please sign in to comment.