Skip to content

Commit

Permalink
fixup! Implement check result key feature
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Oct 16, 2024
1 parent 833370a commit 9bb4a92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmt/result.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ def interpret_result(
self.check = [check_result.interpret_check_result(
interpret_checks[check_result.name]) for check_result in self.check]

return self

# Keeping "hardcoded" PASS, FAIL, ERROR...
if interpret not in (ResultInterpret.XFAIL, ResultInterpret.RESPECT):
return self
Expand Down

0 comments on commit 9bb4a92

Please sign in to comment.