Explicitly disable acceptance tests for make test

This commit is contained in:
Mitchell Hashimoto 2014-07-10 13:06:04 -07:00
parent d9dda40957
commit 10146a79b1
1 changed files with 1 additions and 1 deletions

View File

@ -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 \