removing core changes

This commit is contained in:
Bobby DeVeaux 2017-05-31 09:22:24 +01:00
parent 3acfcfef8e
commit 179e1a1da6
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ core-dev: generate
core-test: generate
@echo "Testing core packages..." && \
go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)')
get-deps:
@echo "==> Fetching dependencies"
@go get -v $(TEST)
# Shorthand for building and installing just one plugin for local testing.
# Run as (for example): make plugin-dev PLUGIN=provider-aws