diff --git a/Makefile b/Makefile index d4b697d15..ebf664266 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ test: generate testacc: generate @if [ "$(TEST)" = "./..." ]; then \ echo "ERROR: Set TEST to a specific package. For example,"; \ - echo " make TEST=./builtin/providers/aws testacc"; \ + echo " make testacc TEST=./builtin/providers/aws"; \ exit 1; \ fi TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 45m