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:
@@ -51,6 +51,7 @@ IMAGE_TAGS+=$(shell tagged="$$(git describe --tags --match='v*' --abbrev=0)"; if
|
|||||||
IMAGE_NAME=$(REGISTRY_NAME)/$*
|
IMAGE_NAME=$(REGISTRY_NAME)/$*
|
||||||
|
|
||||||
ifdef V
|
ifdef V
|
||||||
|
# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
|
||||||
TESTARGS = -v -args -alsologtostderr -v 5
|
TESTARGS = -v -args -alsologtostderr -v 5
|
||||||
else
|
else
|
||||||
TESTARGS =
|
TESTARGS =
|
||||||
|
Reference in New Issue
Block a user