summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Finney <spxtr@google.com>2016-02-16 14:54:50 -0800
committerJoe Finney <spxtr@google.com>2016-02-16 14:54:50 -0800
commit89a42157bcc823e247865435ce65409e2fbc4e2b (patch)
tree2f8eb0f26d812c0a839db8f419b30cce31185fb3
parent4457026c6fb93f74d3c36ae88a5a460602e24339 (diff)
Remove hack/e2e-test.sh in favor of hack/e2e.go.
-rw-r--r--developer-guides/vagrant.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/developer-guides/vagrant.md b/developer-guides/vagrant.md
index ebb12ab1..6ab4d670 100644
--- a/developer-guides/vagrant.md
+++ b/developer-guides/vagrant.md
@@ -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