diff --git a/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py b/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py index bf940c174f..145b053a34 100644 --- a/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py +++ b/analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py @@ -209,6 +209,8 @@ def version_compatible(cls, configured_binary, environ): # FIXME: Maybe this isn't to place to emit an error, especially when # we cycle over multiple binarier to find the correct one. LOG.error("GCC binary is too old; minimum version is 13.0.0.") + sdfoukghdfulikghdfklu + assert False return False def construct_result_handler(self, buildaction, report_output, diff --git a/analyzer/pytest.ini b/analyzer/pytest.ini index 7ee6b8962d..12ad627b24 100644 --- a/analyzer/pytest.ini +++ b/analyzer/pytest.ini @@ -10,4 +10,4 @@ addopts = # --maxfail=1 # do not capture stdout - --capture=sys + --capture=no