Minor Typo Fix

This commit is contained in:
Mohammad Asif Siddiqui 2017-08-17 00:32:42 +08:00 committed by GitHub
parent d4ba5008aa
commit 7d841f865d

View file

@ -102,7 +102,7 @@ $ cd $GOPATH/src/k8s.io/ingress/controllers/<controller>
$ go test ./... $ go test ./...
``` ```
If you have access to a Kubernetes cluster, you can also run e2e tests using ginko. If you have access to a Kubernetes cluster, you can also run e2e tests using ginkgo.
```console ```console
$ cd $GOPATH/src/k8s.io/kubernetes $ cd $GOPATH/src/k8s.io/kubernetes
$ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false $ ./hack/ginkgo-e2e.sh --ginkgo.focus=Ingress.* --delete-namespace-on-failure=false