Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
a50f2c86
Unverified
Commit
a50f2c86
authored
6 years ago
by
Nick Ethier
Browse files
Options
Download
Email Patches
Plain Diff
e2e/cli: comment fixups
parent
a8c59d9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
e2e/cli/command/run.go
+1
-1
e2e/cli/command/run.go
e2e/cli/command/util.go
+1
-1
e2e/cli/command/util.go
with
2 additions
and
2 deletions
+2
-2
e2e/cli/command/run.go
+
1
-
1
View file @
a50f2c86
...
...
@@ -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
n
omad cluster specified by the
the e2e test suite against the
N
omad cluster specified by the
NOMAD_ADDR environment variable. If this is not set, it defaults
to 'http://localhost:4646'
...
...
This diff is collapsed.
Click to expand it.
e2e/cli/command/util.go
+
1
-
1
View file @
a50f2c86
...
...
@@ -12,7 +12,7 @@ import (
"github.com/hashicorp/nomad/helper/discover"
)
//
F
etches the nomad binary and returns the temporary directory where it exists
//
fetchBinary f
etches the nomad binary and returns the temporary directory where it exists
func
fetchBinary
(
bin
string
)
(
string
,
error
)
{
nomadBinaryDir
,
err
:=
ioutil
.
TempDir
(
""
,
""
)
if
err
!=
nil
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help