You can audit test results in batch mode by using the -audit
batch command as part of a series of batch commands or as a separate batch command. The results of the audit are output to the terminal.
Because the JavaTest harness executes batch commands in their command line sequence, you must identify the work directory before the -audit
command.
Example:
..; -workdirectory
work-directory -audit
;..
To audit tests in batch mode, format the -batch
option, its commands, and the -audit
command as described in Formatting Batch Commands.