From 24d7212f3eb53f8a61f52b8f4dc60eb0304b37b7 Mon Sep 17 00:00:00 2001 From: Mike Arpaia Date: Mon, 3 Oct 2016 14:28:53 -0400 Subject: [PATCH] Lower test verbocity in Makefile (#259) I think that the output here is much more useful when allowing go to determine when the output of a test should be displayed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6fe492b64b..300254a60e 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ lint-go: lint: lint-go lint-js test-go: - go test -v -cover $(shell glide nv) + go test -cover $(shell glide nv) test-js: _mocha --compilers js:babel-core/register \