Skip to content

Commit

Permalink
[cmd] Missing exit status description for CodeChecker check
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib authored and csordasmarton committed Apr 6, 2021
1 parent 57b302f commit 54cc1a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions analyzer/codechecker_analyzer/cmd/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def get_argparser_ctor_args():
Exit status
------------------------------------------------
0 - Successful analysis and no new reports
0 - No report
1 - CodeChecker error
2 - At least one report emitted by an analyzer and there is no analyzer failure
2 - At least one report emitted by an analyzer
3 - Analysis of at least one translation unit failed
128+signum - Terminating on a fatal signal whose number is signum
Expand Down
3 changes: 2 additions & 1 deletion docs/analyzer/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,9 @@ https://github.com/Ericsson/codechecker/blob/master/docs/analyzer/report_identif
Exit status
------------------------------------------------
0 - Successful analysis
0 - No report
1 - CodeChecker error
2 - At least one report emitted by an analyzer
3 - Analysis of at least one translation unit failed
128+signum - Terminating on a fatal signal whose number is signum
Expand Down

0 comments on commit 54cc1a9

Please sign in to comment.