Skip to content

Commit

Permalink
Merge pull request #310 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 6931be3 + 3ed9064 commit 5bb5022
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 5bb5022

Please sign in to comment.