Skip to content

Commit e99429b

Browse files
committed
Set TEST to package name to get real-time output for each test execution
Signed-off-by: Timo Sand <[email protected]>
1 parent 5d1bedb commit e99429b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
TEST?=$$(go list ./... |grep -v 'vendor')
1+
TEST?=./github/...
22
WEBSITE_REPO=github.com/hashicorp/terraform-website
33
PKG_NAME=github
44

0 commit comments

Comments
 (0)