diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-08-31 15:45:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-31 15:45:50 -0700 |
| commit | a3ec48382bf11ed887fb64ff1a08903e7807c861 (patch) | |
| tree | d3469067ecd4f4459d40c467e031154ee2da9d03 | |
| parent | 05f4e5bda94595ce805cab2c53e25cd2644dd8b4 (diff) | |
| parent | 70866899fbafdda3fdd56fa2a10a73d15a1b2000 (diff) | |
Merge pull request #2615 from benmoss/patch-1
Fix conformance test instructions for building Ginkgo
| -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 |
