Add genbashcomp to KUBE_TEST_TARGETS

This commit is contained in:
Kenjiro Nakayama 2015-05-05 16:42:23 +09:00
parent bd3d853242
commit 4c9f2d89ba

View File

@ -48,6 +48,7 @@ readonly KUBE_TEST_TARGETS=(
cmd/integration
cmd/gendocs
cmd/genman
cmd/genbashcomp
examples/k8petstore/web-server
github.com/onsi/ginkgo/ginkgo
)