diff --git a/hack/make/test-integration-cli b/hack/make/test-integration-cli index c8137f4313..61e2f7a7f8 100755 --- a/hack/make/test-integration-cli +++ b/hack/make/test-integration-cli @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -e +source "${MAKEDIR}/.go-autogen" source hack/make/.integration-test-helpers # subshell so that we can export PATH without breaking other things