mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Makefile should use paste ... -
for posix semantics
This commit is contained in:
parent
6108725869
commit
a05dcaac67
@ -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}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user