File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,14 +62,6 @@ testacc:
6262 printf " ==> Running acceptance tests on branch: \033[1m%s\033[0m...\n" " 🌿 $$ branch 🌿"
6363 TF_ACC=1 CGO_ENABLED=0 go test $(TEST ) -v -run ' ^TestAcc' $(RUNARGS ) $(TESTARGS ) -timeout 120m -count=1
6464
65- test-compile :
66- @if [ " $( TEST) " = " ./..." ]; then \
67- echo " ERROR: Set TEST to a specific package. For example," ; \
68- echo " make test-compile TEST=./$( PKG_NAME) " ; \
69- exit 1; \
70- fi
71- CGO_ENABLED=0 go test -c $(TEST ) $(TESTARGS )
72-
7365sweep :
7466 @echo " WARNING: This will destroy infrastructure. Use only in development accounts."
7567 go test $(TEST ) -v -sweep=$(SWEEP ) $(SWEEPARGS )
@@ -92,4 +84,4 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
9284endif
9385 @$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
9486
95- .PHONY : build test testacc fmt lint lintcheck tools test-compile website website-lint website-test sweep
87+ .PHONY : build test testacc fmt lint lintcheck tools website website-lint website-test sweep
You can’t perform that action at this time.
0 commit comments