Skip to content

Commit 822bdf9

Browse files
committed
docs: Updated the output of a make task.
1 parent 425bcd0 commit 822bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ test: unit acc
219219
## acc: [test] Runs Terraform provider acceptance tests. Set NAME= (without 'Test') to run a specific test by name
220220
acc:
221221
@ $(ECHO) " "
222-
@ $(ECHO) "\033[1;33m=====> Running unit and acceptance tests...\033[0m"
222+
@ $(ECHO) "\033[1;33m=====> Running acceptance tests...\033[0m"
223223
TF_ACC=1 $(GO) test -run=TestAcc$(NAME) -count=1 -parallel=$(shell nproc) -timeout 30s -coverpkg=./corefuncprovider/... -coverprofile=__coverage.out -v ./corefuncprovider/...
224224

225225
.PHONY: unit

0 commit comments

Comments
 (0)