diff options
| -rw-r--r-- | java/systests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/systests/pom.xml b/java/systests/pom.xml index 5b1ae5c80b..7cbc58bbeb 100644 --- a/java/systests/pom.xml +++ b/java/systests/pom.xml @@ -115,8 +115,8 @@ <testrunneroptions> <option>-X:decorators "org.apache.qpid.test.framework.qpid.InVMBrokerDecorator:org.apache.qpid.test.framework.qpid.AMQPFeatureDecorator"</option> - <option>-o</option> - <option>--csv</option> + <option>-o ${basedir}/target/surefire-reports</option> + <option>--xml</option> </testrunneroptions> <testrunnerproperties> |
