Move TEST to end of line

This commit is contained in:
Chris Bednarski 2015-05-29 10:56:15 -07:00
parent 106af364b3
commit a1dd906f2e
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 testacc"; \
echo " make testacc TEST=./builtin/providers/aws"; \
exit 1; \
fi
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 45m