You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/11/27 11:51:38 UTC

svn commit: r598586 - /incubator/qpid/branches/M2.1/java/systests/pom.xml

Author: rupertlssmith
Date: Tue Nov 27 02:51:29 2007
New Revision: 598586

URL: http://svn.apache.org/viewvc?rev=598586&view=rev
Log:
Now outputs test results in xml format to the surefire reports directory.

Modified:
    incubator/qpid/branches/M2.1/java/systests/pom.xml

Modified: incubator/qpid/branches/M2.1/java/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/systests/pom.xml?rev=598586&r1=598585&r2=598586&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/systests/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/systests/pom.xml Tue Nov 27 02:51:29 2007
@@ -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>