We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3041b8a commit 154e33dCopy full SHA for 154e33d
build.make
@@ -51,6 +51,7 @@ IMAGE_TAGS+=$(shell tagged="$$(git describe --tags --match='v*' --abbrev=0)"; if
51
IMAGE_NAME=$(REGISTRY_NAME)/$*
52
53
ifdef V
54
+# Adding "-alsologtostderr" assumes that all test binaries contain glog. This is not guaranteed.
55
TESTARGS = -v -args -alsologtostderr -v 5
56
else
57
TESTARGS =
0 commit comments