Skip to content

Commit

Permalink
fix(cli): wait-for-result never exists if test ends with analyzer err…
Browse files Browse the repository at this point in the history
…or (#2694)
  • Loading branch information
schoren committed Jun 9, 2023
1 parent cd7ed6e commit 5b4b54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/utils/run_state.go
Expand Up @@ -8,5 +8,6 @@ func RunStateIsFailed(state string) bool {
return state == "TRIGGER_FAILED" ||
state == "TRACE_FAILED" ||
state == "ASSERTION_FAILED" ||
state == "ANALYZING_ERROR" ||
state == "FAILED" // this one is for backwards compatibility
}

0 comments on commit 5b4b54f

Please sign in to comment.