Author: kwall
Date: Tue Nov 17 10:31:56 2015
New Revision: 1714752

URL: http://svn.apache.org/viewvc?rev=1714752&view=rev
Log:
NO-JIRA: Allow perftest distributed option to be changed from the command line

Modified:
    qpid/java/trunk/perftests/pom.xml

Modified: qpid/java/trunk/perftests/pom.xml
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/perftests/pom.xml?rev=1714752&r1=1714751&r2=1714752&view=diff
==============================================================================
--- qpid/java/trunk/perftests/pom.xml (original)
+++ qpid/java/trunk/perftests/pom.xml Tue Nov 17 10:31:56 2015
@@ -39,6 +39,7 @@
     <!-- Overrides for system properties understood by disttest itself -->
     <qpid.disttest.loglevel>info</qpid.disttest.loglevel>
     <qpid.disttest.duration>5000</qpid.disttest.duration>
+    <qpid.disttest.distributed>false</qpid.disttest.distributed>
 
     <!-- The following provide values for the disttest command line -->
     
<qpid.disttest.test_config>${basedir}/etc/testdefs</qpid.disttest.test_config>
@@ -176,7 +177,7 @@
           <arguments>
             
<argument>jndi-config=${basedir}/etc/perftests-jndi.properties</argument>
             <argument>test-config=${qpid.disttest.test_config}</argument>
-            <argument>distributed=false</argument>
+            <argument>distributed=${qpid.disttest.distributed}</argument>
             <argument>writeToDb=false</argument>
             <argument>hill-climb=${qpid.disttest.hillclimb}</argument>
             
<argument>hill-climber.max-runs=${qpid.disttest.hillclimb.max_runs}</argument>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to