Makefile should use paste ... - for posix semantics

This commit is contained in:
Clayton Coleman 2016-07-14 12:49:49 -04:00
parent 6108725869
commit a05dcaac67
No known key found for this signature in database
GPG Key ID: 3D16906B4F1C5CB3

View File

@ -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}" \