Skip to content

Commit

Permalink
Merge pull request kubernetes#24889 from dlorenc/docfix
Browse files Browse the repository at this point in the history
Add missing "--test" flag to conformance test instructions.
  • Loading branch information
roberthbailey committed May 6, 2016
2 parents 1474145 + d627991 commit 742a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/e2e-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\]"
Expand Down

0 comments on commit 742a164

Please sign in to comment.