diff options
Diffstat (limited to 'tests/elasticsearch-stop.sh')
-rwxr-xr-x | tests/elasticsearch-stop.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/elasticsearch-stop.sh b/tests/elasticsearch-stop.sh new file mode 100755 index 0000000..1029431 --- /dev/null +++ b/tests/elasticsearch-stop.sh @@ -0,0 +1,7 @@ +#!/bin/bash +# This is not a real test, but a script to stop ElasticSearch when all tests +# are done (or for manual testing). +# Released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +cleanup_elasticsearch +exit_test |