mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-15 16:58:05 -05:00
test-integration: allow enabling race detection
A job may now enable race detection via KUBE_RACE=-race.
This commit is contained in:
parent
02eb7d424a
commit
6cb14884b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue