Commit 154e33d4 by Patrick Ohly

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.
parent 3041b8a4
...@@ -51,6 +51,7 @@ IMAGE_TAGS+=$(shell tagged="$$(git describe --tags --match='v*' --abbrev=0)"; if ...@@ -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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment