diff --git a/tmt/result.py b/tmt/result.py index bd91481baf..05b3b4be80 100644 --- a/tmt/result.py +++ b/tmt/result.py @@ -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