Move TEST to end of line
This commit is contained in:
parent
106af364b3
commit
a1dd906f2e
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue