mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 12:50:41 +01:00
we avoid unnecessary ElasticSearch restarts now. This also helps with flakes on slow CI machines.
8 lines
210 B
Bash
Executable File
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
|