Merge pull request #21342 from spxtr/remove-e2e-test

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-21 00:39:38 -08:00
commit 2aa062412c
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ Congratulations!
The following will run all of the end-to-end testing scenarios assuming you set your environment in `cluster/kube-env.sh`:
```sh
NUM_NODES=3 hack/e2e-test.sh
NUM_NODES=3 go run hack/e2e.go -v --build --up --test --down
```
### Troubleshooting