We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425bcd0 commit 822bdf9Copy full SHA for 822bdf9
Makefile
@@ -219,7 +219,7 @@ test: unit acc
219
## acc: [test] Runs Terraform provider acceptance tests. Set NAME= (without 'Test') to run a specific test by name
220
acc:
221
@ $(ECHO) " "
222
- @ $(ECHO) "\033[1;33m=====> Running unit and acceptance tests...\033[0m"
+ @ $(ECHO) "\033[1;33m=====> Running acceptance tests...\033[0m"
223
TF_ACC=1 $(GO) test -run=TestAcc$(NAME) -count=1 -parallel=$(shell nproc) -timeout 30s -coverpkg=./corefuncprovider/... -coverprofile=__coverage.out -v ./corefuncprovider/...
224
225
.PHONY: unit
0 commit comments