Commit 742a164b authored by Robert Bailey's avatar Robert Bailey

Merge pull request #24889 from dlorenc/docfix

Add missing "--test" flag to conformance test instructions.
parents 1474145d d6279917
...@@ -253,7 +253,7 @@ export KUBECONFIG=/path/to/kubeconfig ...@@ -253,7 +253,7 @@ export KUBECONFIG=/path/to/kubeconfig
export KUBERNETES_CONFORMANCE_TEST=y export KUBERNETES_CONFORMANCE_TEST=y
# run all conformance tests # 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 # 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\]" GINKGO_PARALLEL=y go run hack/e2e.go --v --test --test_args="--ginkgo.focus=\[Conformance\] --ginkgo.skip=\[Serial\]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment