Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
be5e98fa
Commit
be5e98fa
authored
Jul 22, 2016
by
k8s-merge-robot
Committed by
GitHub
Jul 22, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #28959 from asalkeld/e2e-isup
Automatic merge from submit-queue e2e.go --isup should also check the version Just move the setenv up to include --isup fixes #18667
parents
f7409f3b
5c3eea15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
e2e.go
hack/e2e.go
+2
-2
No files found.
hack/e2e.go
View file @
be5e98fa
...
...
@@ -75,6 +75,8 @@ func main() {
log
.
SetFlags
(
log
.
LstdFlags
|
log
.
Lshortfile
)
flag
.
Parse
()
os
.
Setenv
(
"KUBECTL"
,
*
root
+
`/cluster/kubectl.sh`
+
kubectlArgs
())
if
*
isup
{
status
:=
1
if
IsUp
()
{
...
...
@@ -96,8 +98,6 @@ func main() {
}
}
os
.
Setenv
(
"KUBECTL"
,
*
root
+
`/cluster/kubectl.sh`
+
kubectlArgs
())
if
*
pushup
{
if
IsUp
()
{
log
.
Printf
(
"e2e cluster is up, pushing."
)
...
...
Write
Preview
Markdown
is supported
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