changing back as per review

This commit is contained in:
Bobby DeVeaux 2017-05-23 12:42:18 +01:00
parent ac105b5b18
commit 3acfcfef8e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ core-dev: generate
# Shorthand for quickly testing the core of Terraform (i.e. "not providers") # Shorthand for quickly testing the core of Terraform (i.e. "not providers")
core-test: generate core-test: generate
@echo "Testing core packages..." && \ @echo "Testing core packages..." && \
go test -tags `core` $(TESTARGS) $(shell go list ./... | grep -v -E `terraform/(builtin|vendor)`) go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)')
get-deps: get-deps:
@echo "==> Fetching dependencies" @echo "==> Fetching dependencies"