From 10146a79b1326e796a6678e3678f859032a6e603 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 10 Jul 2014 13:06:04 -0700 Subject: [PATCH] Explicitly disable acceptance tests for make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f456b1ca..adc0c4983 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dev: libucl libucl: vendor/libucl/$(LIBUCL_NAME) test: libucl - go test $(TEST) $(TESTARGS) -timeout=10s + TF_ACC= go test $(TEST) $(TESTARGS) -timeout=10s testacc: libucl @if [ "$(TEST)" = "./..." ]; then \