[TEST] remove needless script settings from upgrade tests script

dynamic scripts are not needed in our upgrade tests, can be removed.
This commit is contained in:
javanna 2015-03-26 13:31:01 +01:00 committed by Luca Cavanna
parent d9d1e6a67a
commit f4592a17e3
1 changed files with 0 additions and 2 deletions

View File

@ -107,8 +107,6 @@ def start_node(version, data_dir, node_dir, unicast_host_list, tcp_port, http_po
'-Des.path.data=%s' % data_dir, '-Des.cluster.name=upgrade_test',
'-Des.discovery.zen.ping.unicast.hosts=%s' % unicast_host_list,
'-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,
foreground], stdout=subprocess.PIPE, stderr=subprocess.PIPE)