Fix instructions for building Ginkgo
This commit is contained in:
parent
b66da70371
commit
70866899fb
|
|
@ -63,7 +63,7 @@ credentials.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# build test binaries, ginkgo, and kubectl first:
|
# 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
|
# setup for conformance tests
|
||||||
export KUBECONFIG=/path/to/kubeconfig
|
export KUBECONFIG=/path/to/kubeconfig
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue