rsyslog/tests/elasticsearch-stop.sh
Rainer Gerhards 3860122f41
testbench: improve speed of elasticsearch tests
we avoid unnecessary ElasticSearch restarts now. This also helps with flakes
on slow CI machines.
2020-01-01 12:23:50 +01:00

8 lines
210 B
Bash
Executable File

#!/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