mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
e2e/cli: comment fixups
This commit is contained in:
@@ -29,7 +29,7 @@ Usage: nomad-e2e run (<provider>/<name>)...
|
||||
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'
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user