diff options
| author | Dan Lorenc <lorenc.d@gmail.com> | 2016-04-27 15:29:11 -0700 |
|---|---|---|
| committer | Dan Lorenc <lorenc.d@gmail.com> | 2016-05-03 07:25:07 -0700 |
| commit | 223c20ecd2741be4760c5a19e283d524b6fd67ef (patch) | |
| tree | 1cd7161bc33480a2eb4fbf1a663d34b4e4656a08 | |
| parent | 5146ba2f9d0f21a59553f436b2d16502b51058e1 (diff) | |
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 175c323b..e8dfce89 100644 --- a/e2e-tests.md +++ b/e2e-tests.md @@ -224,7 +224,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\]" |
