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:
Patrick Ohly
2019-01-24 16:42:23 +01:00
parent 3041b8a425
commit 154e33d434

View File

@@ -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 =