From a50f2c86aa751264728ffeb779b17d3a300f20b5 Mon Sep 17 00:00:00 2001 From: Nick Ethier Date: Thu, 2 Aug 2018 13:29:12 -0400 Subject: [PATCH] e2e/cli: comment fixups --- e2e/cli/command/run.go | 2 +- e2e/cli/command/util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/cli/command/run.go b/e2e/cli/command/run.go index b0d55e13a..ebcd29fcf 100644 --- a/e2e/cli/command/run.go +++ b/e2e/cli/command/run.go @@ -29,7 +29,7 @@ Usage: nomad-e2e run (/)... Two modes exist when using the run command. When no arguments are given to the run command, it will launch - the e2e test suite against the nomad cluster specified by the + the e2e test suite against the Nomad cluster specified by the NOMAD_ADDR environment variable. If this is not set, it defaults to 'http://localhost:4646' diff --git a/e2e/cli/command/util.go b/e2e/cli/command/util.go index daf9ed30e..f2e3f4a23 100644 --- a/e2e/cli/command/util.go +++ b/e2e/cli/command/util.go @@ -12,7 +12,7 @@ import ( "github.com/hashicorp/nomad/helper/discover" ) -// Fetches the nomad binary and returns the temporary directory where it exists +// fetchBinary fetches the nomad binary and returns the temporary directory where it exists func fetchBinary(bin string) (string, error) { nomadBinaryDir, err := ioutil.TempDir("", "") if err != nil {