Skip to content

Commit

Permalink
Fix website test
Browse files Browse the repository at this point in the history
  • Loading branch information
manicminer committed Aug 17, 2020
1 parent a6924cc commit f6cb6fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
TEST?=$$(go list ./... |grep -v 'vendor')
WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=internal
PROVIDER=azuread


.EXPORT_ALL_VARIABLES:
Expand Down Expand Up @@ -108,6 +109,6 @@ ifeq (,$(wildcard $(GOPATH)/src/$(WEBSITE_REPO)))
echo "$(WEBSITE_REPO) not found in your GOPATH (necessary for layouts and assets), get-ting..."
git clone https://$(WEBSITE_REPO) $(GOPATH)/src/$(WEBSITE_REPO)
endif
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PKG_NAME)
@$(MAKE) -C $(GOPATH)/src/$(WEBSITE_REPO) website-provider-test PROVIDER_PATH=$(shell pwd) PROVIDER_NAME=$(PROVIDER)

.PHONY: build test testacc vet fmt fmtcheck errcheck vendor-status test-compile website website-test

0 comments on commit f6cb6fe

Please sign in to comment.