From b0deb7736b6a0dd8cff45a3eb5a2ba1996894eff Mon Sep 17 00:00:00 2001 From: Clint Date: Thu, 9 Mar 2017 05:16:25 -0600 Subject: [PATCH] Makefile: restore test check deps (#12525) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc08c01b6..0558beda6 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ plugin-dev: generate mv $(GOPATH)/bin/$(PLUGIN) $(GOPATH)/bin/terraform-$(PLUGIN) # test runs the unit tests -test:# fmtcheck errcheck generate +test: fmtcheck errcheck generate go test -i $(TEST) || exit 1 echo $(TEST) | \ xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4