From 223c20ecd2741be4760c5a19e283d524b6fd67ef Mon Sep 17 00:00:00 2001 From: Dan Lorenc Date: Wed, 27 Apr 2016 15:29:11 -0700 Subject: [PATCH] Add missing "--test" flag to conformance test instructions. --- e2e-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests.md b/e2e-tests.md index 175c323bf..e8dfce89a 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\]"