mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #28965 from smarterclayton/fix_mac_build
Automatic merge from submit-queue Makefile should use `paste ... -` for posix semantics @thockin fixes #28930
This commit is contained in:
commit
c3e72aeff5
@ -60,7 +60,7 @@ runTests() {
|
||||
# TODO: Re-enable race detection when we switch to a thread-safe etcd client
|
||||
# KUBE_RACE="-race"
|
||||
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_RACE="" \
|
||||
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
|
||||
|
Loading…
Reference in New Issue
Block a user