Skip to content

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekTBrown authored and petoju committed Jan 23, 2024
1 parent 8c4cef2 commit 0c66f79
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 137 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bin/terraform:
(cd $(CURDIR)/bin/ ; unzip terraform.zip)

testacc: fmtcheck bin/terraform
PATH="$(CURDIR)/bin:${PATH}" TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout=90s
PATH="$(CURDIR)/bin:${PATH}" TF_ACC=1 TF_LOG=DEBUG go test $(TEST) -v $(TESTARGS) -timeout=90s

acceptance: testversion5.6 testversion5.7 testversion8.0 testpercona5.7 testpercona8.0 testmariadb10.3 testmariadb10.8 testmariadb10.10 testtidb6.1.0

Expand Down
Loading

0 comments on commit 0c66f79

Please sign in to comment.