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.
0x1Other violations. This exit code is only applicable when running cpptestcli with the -fail switch.
0x2Static analysis violations. This exit code is only applicable when running cpptestcli with the -fail switch.
0x4Unit test violations. This exit code is only applicable when running cpptestcli with the -fail switch.
0x8Code review violations. This exit code is only applicable when running cpptestcli with the -fail switch.
  • No labels