removing core changes

This commit is contained in:
Bobby DeVeaux 2017-05-31 09:23:22 +01:00
parent 179e1a1da6
commit fdc3c0d78d
1 changed files with 1 additions and 1 deletions

View File

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