From 05e94762bacedc855210fe642805630456122afd Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Tue, 30 May 2017 17:30:09 -0700
Subject: [PATCH] Less verbose tests

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b70db00..2337c41 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ assets: httpbin/assets/*
 	go-bindata -o httpbin/assets.go -pkg=httpbin -prefix=httpbin/assets httpbin/assets
 
 test: assets
-	go test -v github.com/mccutchen/go-httpbin/httpbin
+	go test github.com/mccutchen/go-httpbin/httpbin
 
 testcover: assets
 	mkdir -p dist
-- 
GitLab