Home
last modified time | relevance | path

Searched refs:DETACH (Results 1 – 4 of 4) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-tests11 DETACH=true bash .ci/run-elasticsearch.sh
17 DETACH=true \
H A Drun-elasticsearch.sh25 echo -e "\033[34;1mINFO:\033[0m Take down node if called twice with the same arguments (DETACH=true) or on seperate terminals \033[0m"
96 # make sure we detach for all but the last node if DETACH=false (default) so all nodes are started
98 if [[ "$i" == "$((NUMBER_OF_NODES-1))" ]]; then local_detach=$DETACH; fi
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh23 export DETACH=${DETACH-false}
H A Dcleanup.sh42 if [[ "$DETACH" != "true" ]]; then