Skip to content

Commit

Permalink
Merge pull request #1290 from TerryHowe/prow-update-master
Browse files Browse the repository at this point in the history
Prow update master
  • Loading branch information
k8s-ci-robot authored Nov 8, 2024
2 parents 7241f37 + 95b47e0 commit 872c65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-tools/build.make
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ IMAGE_NAME=$(REGISTRY_NAME)/$*

ifdef V
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
TESTARGS = -v -args -alsologtostderr -v 5
TESTARGS = -race -v -args -alsologtostderr -v 5
else
TESTARGS =
TESTARGS = -race
endif

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

0 comments on commit 872c65f

Please sign in to comment.