We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ee0e9 commit 5d76543Copy full SHA for 5d76543
GNUmakefile
@@ -1,4 +1,4 @@
1
-TEST?=$$(go list ./... | grep -v github.com/hashicorp/terraform-provider-google-beta/scripts)
+TEST?=$$(go list -e ./... | grep -v github.com/hashicorp/terraform-provider-google-beta/scripts)
2
WEBSITE_REPO=github.com/hashicorp/terraform-website
3
PKG_NAME=google
4
DIR_NAME=google-beta
0 commit comments