Added an attribute to test cat.nodeattr

This commit is contained in:
Honza Král
2015-09-13 21:21:09 +02:00
parent b1cb09ba8f
commit 40dd7ce795
+1 -1
View File
@@ -16,7 +16,7 @@ env:
install:
- mkdir /tmp/elasticsearch
- wget -O - http://s3-eu-west-1.amazonaws.com/build-eu.elasticsearch.org/origin/master/nightly/JDK7/elasticsearch-latest-SNAPSHOT.tar.gz | tar xz --directory=/tmp/elasticsearch --strip-components=1
- /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false --script.inline on --script.indexed on --path.repo=/tmp --repositories.url.allowed_urls='http://*'
- /tmp/elasticsearch/bin/elasticsearch -d --path.data /tmp --discovery.zen.ping.multicast.enabled false --script.inline on --script.indexed on --path.repo=/tmp --repositories.url.allowed_urls='http://*' --node.testattr=test
- git clone https://github.com/elastic/elasticsearch.git ../elasticsearch
- pip install .