Commit 2ad3af24 authored by Filip Grzadkowski's avatar Filip Grzadkowski

Merge pull request #5924 from fgrzadkowski/fix_integration

Wait for etcd shutdown in integration tests
parents 1f50bd22 aa9e25f2
...@@ -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