Skip to content

Commit 922e626

Browse files
committed
Fix Makefile for consistency
1 parent 4a84697 commit 922e626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ core-dev: generate
3030
# Shorthand for quickly testing the core of Terraform (i.e. "not providers")
3131
core-test: generate
3232
@echo "Testing core packages..." && \
33-
go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'builtin|terraform/vendor')
33+
go test -tags 'core' $(TESTARGS) $(shell go list ./... | grep -v -E 'terraform/(builtin|vendor)')
3434

3535
# Shorthand for building and installing just one plugin for local testing.
3636
# Run as (for example): make plugin-dev PLUGIN=provider-aws

0 commit comments

Comments
 (0)