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.
This commit is contained in:
parent
3041b8a425
commit
154e33d434
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue