commit | d132c0ec8a60b35ca9a49be874d3f370e490e6bc | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Apr 24 17:06:25 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Apr 24 17:21:51 2020 -0700 |
tree | 6fc139af328cf0c125930a690dfc8147f33f34c6 | |
parent | 0f9b88dd0e0b8e2f6ad40aaaf9e5c7114f7a6d12 [diff] [blame] |
Support per package log level Change-Id: I70de3113567d28d1326ac3eeac42c311d7b33117
diff --git a/Makefile b/Makefile index f118e64..a4ad5ca 100644 --- a/Makefile +++ b/Makefile
@@ -151,7 +151,7 @@ lint: local-lib-go lint-style lint-sanity lint-mod lint-dockerfile -test: docker-build +test: lint @mkdir -p ./tests/results @${GO} test -mod=vendor -v -coverprofile ./tests/results/go-test-coverage.out -covermode count ./... 2>&1 | tee ./tests/results/go-test-results.out ;\ RETURN=$$? ;\