Commit fdc3c0d7 authored by Bobby DeVeaux's avatar Bobby DeVeaux
Browse files

removing core changes

parent 179e1a1d
Showing with 1 addition and 1 deletion
+1 -1
...@@ -30,7 +30,7 @@ core-dev: generate ...@@ -30,7 +30,7 @@ core-dev: generate
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)')
# Shorthand for building and installing just one plugin for local testing. # Shorthand for building and installing just one plugin for local testing.
# Run as (for example): make plugin-dev PLUGIN=provider-aws # Run as (for example): make plugin-dev PLUGIN=provider-aws
plugin-dev: generate plugin-dev: generate
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment