summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2018-02-28 11:12:09 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2018-02-28 11:12:09 +0100
commit1dfe1965955caeadb3ad845b0d22fbdecd33f862 (patch)
tree8439f30dc3262d951edce3332feaf369b7476c78
parent9905391eee5ccc0afccd01001fc0abd2e70a4ca6 (diff)
e2e-tests: Add missing --provider parameter for local test
The example about running some tests is in the section on "Testing against local clusters". Without the --provider=local parameter, it'll try to use gce.
-rw-r--r--contributors/devel/e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index 4737a4f5..5e47f6d5 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -427,7 +427,7 @@ go run hack/e2e.go -- --provider=local -v --test
To control the tests that are run:
```sh
-go run hack/e2e.go -- -v --test --test_args="--ginkgo.focus=\"Secrets\""
+go run hack/e2e.go -- --provider=local -v --test --test_args="--ginkgo.focus=\"Secrets\""
```
### Version-skewed and upgrade testing