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
c3e72aef
Commit
c3e72aef
authored
Jul 19, 2016
by
k8s-merge-robot
Committed by
GitHub
Jul 19, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #28965 from smarterclayton/fix_mac_build
Automatic merge from submit-queue Makefile should use `paste ... -` for posix semantics @thockin fixes #28930
parents
b3797b8a
a05dcaac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test-integration.sh
hack/make-rules/test-integration.sh
+1
-1
No files found.
hack/make-rules/test-integration.sh
View file @
c3e72aef
...
@@ -60,7 +60,7 @@ runTests() {
...
@@ -60,7 +60,7 @@ runTests() {
# TODO: Re-enable race detection when we switch to a thread-safe etcd client
# TODO: Re-enable race detection when we switch to a thread-safe etcd client
# KUBE_RACE="-race"
# KUBE_RACE="-race"
make
-C
"
${
KUBE_ROOT
}
"
test
\
make
-C
"
${
KUBE_ROOT
}
"
test
\
WHAT
=
"
$(
kube::test::find_integration_test_dirs |
paste
-sd
' '
)
"
\
WHAT
=
"
$(
kube::test::find_integration_test_dirs |
paste
-sd
' '
-
)
"
\
KUBE_GOFLAGS
=
"
${
KUBE_GOFLAGS
:-}
-tags 'integration no-docker'"
\
KUBE_GOFLAGS
=
"
${
KUBE_GOFLAGS
:-}
-tags 'integration no-docker'"
\
KUBE_RACE
=
""
\
KUBE_RACE
=
""
\
KUBE_TIMEOUT
=
"
${
KUBE_TIMEOUT
}
"
\
KUBE_TIMEOUT
=
"
${
KUBE_TIMEOUT
}
"
\
...
...
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