From 129d7f8d26a51553158da364fabe7e3b2923d5d0 Mon Sep 17 00:00:00 2001 From: BenTheElder Date: Mon, 4 May 2015 04:14:07 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20in=20e2e=20Correct=20comment=20in?= =?UTF-8?q?=20e2e.go=20=E2=80=99=E2=80=A6at=20least=203=20minions=20runnin?= =?UTF-8?q?g=E2=80=99=20->=20=E2=80=98=E2=80=A6at=20least=20minMinionCount?= =?UTF-8?q?=20minions=20running=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hack/e2e.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/e2e.go b/hack/e2e.go index 0ebbb192851..684ca932174 100644 --- a/hack/e2e.go +++ b/hack/e2e.go @@ -181,7 +181,7 @@ func Up() bool { // Ensure that the cluster is large engough to run the e2e tests. func ValidateClusterSize() { - // Check that there are at least 3 minions running + // Check that there are at least minMinionCount minions running cmd := exec.Command(path.Join(*root, "hack/e2e-internal/e2e-cluster-size.sh")) if *verbose { cmd.Stderr = os.Stderr