mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-01-28 02:19:27 +00:00
test-integration: allow enabling race detection
A job may now enable race detection via KUBE_RACE=-race.
This commit is contained in:
@@ -95,7 +95,7 @@ runTests() {
|
||||
WHAT="${WHAT:-$(kube::test::find_integration_test_pkgs | paste -sd' ' -)}" \
|
||||
GOFLAGS="${GOFLAGS:-}" \
|
||||
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
|
||||
KUBE_RACE="" \
|
||||
KUBE_RACE=${KUBE_RACE:-""} \
|
||||
MAKEFLAGS="" \
|
||||
make -C "${KUBE_ROOT}" test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user