Commit aa9e25f2 authored by Filip Grzadkowski's avatar Filip Grzadkowski

Wait for etcd shutdown in integration tests

parent 367284b6
...@@ -50,5 +50,6 @@ kube::etcd::start() { ...@@ -50,5 +50,6 @@ kube::etcd::start() {
kube::etcd::cleanup() { kube::etcd::cleanup() {
kill "${ETCD_PID-}" >/dev/null 2>&1 || : kill "${ETCD_PID-}" >/dev/null 2>&1 || :
wait "${ETCD_PID-}" >/dev/null 2>&1 || :
rm -rf "${ETCD_DIR-}" rm -rf "${ETCD_DIR-}"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment