blob: 10294312d79d172b4aa15e0bca44a72d80630147 (
plain)
1
2
3
4
5
6
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
|