diff options
| author | Robert Bailey <robertbailey@google.com> | 2016-05-06 13:29:13 -0700 |
|---|---|---|
| committer | Robert Bailey <robertbailey@google.com> | 2016-05-06 13:29:13 -0700 |
| commit | afb38d6a6ceb68c2c7a1fa7c0ae8a7b5fed975dc (patch) | |
| tree | ba3c7c4cdb66bc6e3f0e443501ae10016c47b6d0 | |
| parent | 13977a3612956ba155a91f43f3f03adfe7a883e8 (diff) | |
| parent | 223c20ecd2741be4760c5a19e283d524b6fd67ef (diff) | |
Merge pull request #24889 from dlorenc/docfix
Add missing "--test" flag to conformance test instructions.
| -rw-r--r-- | e2e-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e-tests.md b/e2e-tests.md index 682c1980..1a40ab73 100644 --- a/e2e-tests.md +++ b/e2e-tests.md @@ -253,7 +253,7 @@ export KUBECONFIG=/path/to/kubeconfig export KUBERNETES_CONFORMANCE_TEST=y # run all conformance tests -go run hack/e2e.go -v --test_args="--ginkgo.focus=\[Conformance\]" +go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\[Conformance\]" # run all parallel-safe conformance tests in parallel GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.focus=\[Conformance\] --ginkgo.skip=\[Serial\]" |
