diff --git a/tmt/base.py b/tmt/base.py index 4854fec44a..a9f1b8036c 100644 --- a/tmt/base.py +++ b/tmt/base.py @@ -707,7 +707,7 @@ def lint_validate(self) -> LinterReturn: schema_name = self.__class__.__name__.lower() - errors = tmt.utils.validate_fmf_node(self.node, f'{schema_name}.yaml') + errors = tmt.utils.validate_fmf_node(self.node, f'{schema_name}.yaml', self._logger) if errors: # A bit of error formatting. It is possible to use str(error), but the result