Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 6, 2023
1 parent 1f1b10a commit 24a6d53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions analyzer/codechecker_analyzer/analyzers/gcc/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion analyzer/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ addopts =
# --maxfail=1

# do not capture stdout
--capture=sys
--capture=no

0 comments on commit 24a6d53

Please sign in to comment.