Change the example to something that actually works

This commit is contained in:
Chris Bednarski 2015-05-29 10:55:16 -07:00
parent 7e51225ca9
commit 106af364b3
1 changed files with 1 additions and 1 deletions

View File

@ -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/resource_aws_instance.go testacc"; \
echo " make TEST=./builtin/providers/aws testacc"; \
exit 1; \
fi
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 45m