allow passing JVM args via env variables if not defined via the cmd

This commit is contained in:
Simon Willnauer 2013-11-21 17:58:32 +01:00
parent 02522dac06
commit 00562d3a6f
1 changed files with 4 additions and 4 deletions

View File

@ -35,10 +35,10 @@
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
<tests.client.ratio></tests.client.ratio>
<tests.jvm.option1></tests.jvm.option1>
<tests.jvm.option2></tests.jvm.option2>
<tests.jvm.option3></tests.jvm.option3>
<tests.jvm.option4></tests.jvm.option4>
<tests.jvm.option1>${env.ES_TESTS_JVM_OPTION1}</tests.jvm.option1>
<tests.jvm.option2>${env.ES_TESTS_JVM_OPTION2}</tests.jvm.option2>
<tests.jvm.option3>${env.ES_TESTS_JVM_OPTION3}</tests.jvm.option3>
<tests.jvm.option4>${env.ES_TESTS_JVM_OPTION4}</tests.jvm.option4>
<es.logger.level>INFO</es.logger.level>
</properties>