Add missing "--test" flag to conformance test instructions.

This commit is contained in:
Dan Lorenc 2016-04-27 15:29:11 -07:00
parent f29d597d02
commit d6279917fe

View File

@ -224,7 +224,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\]"