Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 2021.1

C/C++test uses the following exit codes:

CodeMeaning
0Successful completion.
130Command-line is malformed or refers to a resource that does not exist.
131The workspace is busy.
134A license problem has been encountered.
135The process exited with an exception. Check error log.
136A test configuration problem has been encountered.
137There was an error with the input scope.
138There was an error with the compiler configuration.
139There was an error with the rule configuration.
140A settings problem has been encountered.
0x21Static analysis violations. This exit code is only applicable when running cpptestcli with the -fail switch.
0x41Unit test violations. This exit code is only applicable when running cpptestcli with the -fail switch.
0x401Setup problems were reported. This exit code is only applicable when running cpptestcli with the -fail switch and requires the cpptest.fail.setup.problems=true option to be configured in the .properties file (see Base Configuration Settings).

Anchor
combined_exit_code_2
combined_exit_code_2
1 The process can exit with a combination of these values if problems of different types are encountered.

Scroll Pagebreak