diff options
| -rw-r--r-- | contributors/devel/conformance-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/conformance-tests.md b/contributors/devel/conformance-tests.md index ee7561d1..578fc0c7 100644 --- a/contributors/devel/conformance-tests.md +++ b/contributors/devel/conformance-tests.md @@ -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 |
