The process may exit with one of the following exit codes:

CodeMeaning
0Successful completion.
130Command-line is malformed or refers to a resource that does not exist.
133The Parasoft End User License Agreement (EULA) is not accepted (see parasoft.eula.accepted).
134A license problem has been encountered.
135The process exited with an exception. Check error log.
136A test configuration problem has been encountered.
0x21

Static analysis violations. This exit code is only applicable when with the -fail is used.

0x41Unit test violations. This exit code is only applicable when the -fail switch is used
0x401Setup problems were reported. This exit code is only applicable when running dottestcli with the -fail switch and requires the dottest.fail.setup.problems=true option to be configured in the .properties file (see General Configuration Settings).

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

  • No labels