Commit 581a26dce95966dfec3c0584009468a4a3ab8602
1 parent
7063c1f0
Exists in
master
and in
21 other branches
Run Elasticsearch in background
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ci/before_install.sh
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | sudo service elasticsearch stop |
4 | 4 | curl -s https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.7.3.tar.gz | tar xz -C /tmp || true |
5 | -/tmp/elasticsearch-1.7.3/bin/elasticsearch | |
5 | +/tmp/elasticsearch-1.7.3/bin/elasticsearch -d | |
6 | 6 | |
7 | 7 | if [ -n "$NOBRAINER" ]; then |
8 | 8 | source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list | ... | ... |