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
30c841d4
Commit
30c841d4
authored
Apr 29, 2015
by
Zach Loafman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7513 from cjcullen/dns
Fix parallel-e2e.sh to work on my macbook (bash v3.2)
parents
33b8f487
615906cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
parallel-e2e.sh
hack/parallel-e2e.sh
+2
-2
No files found.
hack/parallel-e2e.sh
View file @
30c841d4
...
...
@@ -40,7 +40,7 @@ function up-clusters {
local
cluster_dir
=
${
KUBE_ROOT
}
/_output/e2e/
${
KUBE_GCE_INSTANCE_PREFIX
}
mkdir
-p
${
cluster_dir
}
export
KUBECONFIG
=
${
cluster_dir
}
/.kubeconfig
go run hack/e2e.go
-up
-v
|&
tee
${
cluster_dir
}
/up.log &
go run hack/e2e.go
-up
-v
2>&1 |
tee
${
cluster_dir
}
/up.log &
done
fail
=
0
...
...
@@ -61,7 +61,7 @@ function run-tests {
local
cluster_dir
=
${
KUBE_ROOT
}
/_output/e2e/
${
KUBE_GCE_INSTANCE_PREFIX
}
export
KUBECONFIG
=
${
cluster_dir
}
/.kubeconfig
export
E2E_REPORT_DIR
=
${
cluster_dir
}
go run hack/e2e.go
-test
--test_args
=
"--ginkgo.noColor"
"
${
@
:-}
"
-down
|&
tee
${
cluster_dir
}
/e2e.log &
go run hack/e2e.go
-test
--test_args
=
"--ginkgo.noColor"
"
${
@
:-}
"
-down
2>&1 |
tee
${
cluster_dir
}
/e2e.log &
done
wait
...
...
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