Make the FOCUS= example do something

Since several of the test suite descriptions spell "Kubernetes" with a
capital K, but none match with a lower-case k.
This commit is contained in:
Bryan Boreham 2016-07-20 09:01:24 +01:00 committed by Bryan Boreham
parent 976ca09d71
commit b3b30ff01f

View File

@ -162,7 +162,7 @@ test-e2e: ginkgo generated_files
# have the name "${INSTANCE_PREFIX}-${IMAGE_NAME}". Defaults to "test".
#
# Example:
# make test-e2e-node FOCUS=kubelet SKIP=container
# make test-e2e-node FOCUS=Kubelet SKIP=container
# make test-e2e-node REMOTE=true DELETE_INSTANCES=true
# make test-e2e-node TEST_ARGS="--cgroups-per-qos=true"
# Build and run tests.