Skip to content

Commit

Permalink
build.make: clarify usage of "make V=1"
Browse files Browse the repository at this point in the history
This may or may not work, depending on which packages have tests and
whether they contain glog.
  • Loading branch information
pohly committed Jan 24, 2019
1 parent 3041b8a commit 154e33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.make
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ IMAGE_TAGS+=$(shell tagged="$$(git describe --tags --match='v*' --abbrev=0)"; if
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
else
TESTARGS =
Expand Down

0 comments on commit 154e33d

Please sign in to comment.