Skip to content

Commit 154e33d

Browse files
committed
build.make: clarify usage of "make V=1"
This may or may not work, depending on which packages have tests and whether they contain glog.
1 parent 3041b8a commit 154e33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.make

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ IMAGE_TAGS+=$(shell tagged="$$(git describe --tags --match='v*' --abbrev=0)"; if
5151
IMAGE_NAME=$(REGISTRY_NAME)/$*
5252

5353
ifdef V
54+
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
5455
TESTARGS = -v -args -alsologtostderr -v 5
5556
else
5657
TESTARGS =

0 commit comments

Comments
 (0)