From b3b30ff01ff5bc13c078f736392d08cc9918b3b4 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 20 Jul 2016 09:01:24 +0100 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9711c5d54bc..1fc76e87d47 100644 --- a/Makefile +++ b/Makefile @@ -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.