Commit e9207b89 by Tyler Hallada

Add http.port option to the run ES server command

parent f3860dfd
...@@ -17,7 +17,7 @@ test.install_elasticsearch: ...@@ -17,7 +17,7 @@ test.install_elasticsearch:
echo "http.port: $(ELASTICSEARCH_PORT)" >> elasticsearch-$(ELASTICSEARCH_VERSION)/config/elasticsearch.yml echo "http.port: $(ELASTICSEARCH_PORT)" >> elasticsearch-$(ELASTICSEARCH_VERSION)/config/elasticsearch.yml
test.run_elasticsearch: test.run_elasticsearch:
cd elasticsearch-$(ELASTICSEARCH_VERSION) && ./bin/elasticsearch -d cd elasticsearch-$(ELASTICSEARCH_VERSION) && ./bin/elasticsearch -d --http.port=$(ELASTICSEARCH_PORT)
test.requirements: requirements test.requirements: requirements
pip install -q -r requirements/test.txt pip install -q -r requirements/test.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment