Skip to content

Commit 06a66f8

Browse files
committed
Squashed 'release-tools/' changes from 988496a..227577e
227577e Merge pull request kubernetes-csi#258 from gnufied/enable-race-detection e1ceee2 Always enable race detection while running tests git-subtree-dir: release-tools git-subtree-split: 227577e00e93c3db4e732df1a71e37676fa33bfd
1 parent 8b5ad07 commit 06a66f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.make

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ IMAGE_NAME=$(REGISTRY_NAME)/$*
6262

6363
ifdef V
6464
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
65-
TESTARGS = -v -args -alsologtostderr -v 5
65+
TESTARGS = -race -v -args -alsologtostderr -v 5
6666
else
67-
TESTARGS =
67+
TESTARGS = -race
6868
endif
6969

7070
# Specific packages can be excluded from each of the tests below by setting the *_FILTER_CMD variables

0 commit comments

Comments
 (0)