[TEST] remove needless script settings from create-bwc-index script

dynamic scripts are not needed here, can be disabled.
This commit is contained in:
javanna 2015-03-26 13:33:35 +01:00 committed by Luca Cavanna
parent f4592a17e3
commit d9628649a2
1 changed files with 0 additions and 2 deletions

View File

@ -135,8 +135,6 @@ def start_node(version, release_dir, data_dir, tcp_port, http_port):
'-Des.cluster.name=bwc_index_' + version,
'-Des.network.host=localhost',
'-Des.discovery.zen.ping.multicast.enabled=false',
'-Des.script.inline=on',
'-Des.script.indexed=on',
'-Des.transport.tcp.port=%s' % tcp_port,
'-Des.http.port=%s' % http_port
]