diff --git a/build/e2e-image/entrypoint.sh b/build/e2e-image/entrypoint.sh index 394d30a709..8c59c10e5b 100644 --- a/build/e2e-image/entrypoint.sh +++ b/build/e2e-image/entrypoint.sh @@ -32,5 +32,5 @@ echo "Waiting consul port-forward to launch on 8500..." timeout 60 bash -c 'until printf "" 2>>/dev/null >>/dev/tcp/$0/$1; do sleep 1; done' 127.0.0.1 8500 echo "consul port-forward launched. Starting e2e tests..." consul lock -child-exit-code=true -timeout 30m -try 30m -verbose LockE2E /root/e2e.sh -killall -q kubectl +killall -q kubectl || true echo "successfully killed kubectl proxy" \ No newline at end of file