CRRDG7150I Code coverage output location path1 specified in the startup key is
ignored. The code coverage result will be created in path2.
Explanation
The o,output
parameter was detected in the code coverage startup
key. However, this parameter is being ignored by the headless code coverage collector and the code
coverage results will be generated in the specified directory path2
instead.
System action
The o,output
parameter is ignored.
User response
Omit the o,output
parameter from the code coverage startup key, or
specify the -a,allowoutputlocation=TRUE
parameter in the command line when you
start the headless code coverage collector to allow the o,output
parameter.