Merge pull request #2615 from benmoss/patch-1
Fix conformance test instructions for building Ginkgo
This commit is contained in:
commit
a3ec48382b
|
@ -63,7 +63,7 @@ credentials.
|
|||
|
||||
```sh
|
||||
# build test binaries, ginkgo, and kubectl first:
|
||||
make WHAT=test/e2e/e2e.test && make WHAT=ginkgo && make WHAT=cmd/kubectl
|
||||
make WHAT="test/e2e/e2e.test vendor/github.com/onsi/ginkgo/ginkgo cmd/kubectl"
|
||||
|
||||
# setup for conformance tests
|
||||
export KUBECONFIG=/path/to/kubeconfig
|
||||
|
|
Loading…
Reference in New Issue