Updated REST test README to include required params when running tests

This commit is contained in:
Clinton Gormley 2016-10-16 13:25:03 +02:00
parent 5137f44bd6
commit 8d602c6692
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Elasticsearch as follows:
[source,sh]
---------------------
bin/elasticsearch -E script.inline true -E node.attr.testattr test -E path.repo /tmp -E repositories.url.allowed_urls 'http://snapshot.*'
bin/elasticsearch -Enode.attr.testattr=test -Epath.repo=/tmp -Erepositories.url.allowed_urls='http://snapshot.*'
---------------------
=======================================