diff options
Diffstat (limited to 'developer-guides')
| -rw-r--r-- | developer-guides/vagrant.md | 2 |
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 |
