diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-11-27 10:51:29 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-11-27 10:51:29 +0000 |
| commit | f50f63be406c6635e7cb491b8b4aa72671e08885 (patch) | |
| tree | 28f374820a19a9f5033fa456f10e84cd936191b4 /java | |
| parent | 2bd964d7663242b04ea3d95e2f462248ed50a1d9 (diff) | |
| download | qpid-python-f50f63be406c6635e7cb491b8b4aa72671e08885.tar.gz | |
Now outputs test results in xml format to the surefire reports directory.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@598586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
| -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> |
