summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-03-05 14:46:50 -0800
committerGitHub <noreply@github.com>2018-03-05 14:46:50 -0800
commita18225305f5365703cbb4bc3bef32f3662fbf35e (patch)
treec9390a2eefa7e10f8a0447b1ce008dff75c8e79e
parent64e708da7c6215d37c3b467a5d95b50748295672 (diff)
parentfd4a29d08d0d826d672bc7221dbc11b9854d6a53 (diff)
Merge pull request #1873 from pohly/e2e-local
E2e local
-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..a70d2c08 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