You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Jtest  uses the following exit codes:

CodeMeaning
0Successful completion.
130Command-line is malformed or refers to a resource that does not exist.
134A license problem has been encountered.
135The process exited with an exception. Check error log.
136A test configuration problem has been encountered.
0x21Static analysis violations. This exit code is only applicable when running jtestcli with the -fail switch (see Running Static Analysis)
0x41Unit test violations. This exit code is only applicable when running jtestcli with the -fail switch.

1 The process can exit with a combination of these values if a problem of a different type is encountered.

  • No labels