Skip to content

Commit 71f3ed9

Browse files
committed
Set TEST to package name to get real-time output for each test execution
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 2578a03 commit 71f3ed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
TEST?=$$(go list ./... |grep -v 'vendor')
2-
WEBSITE_REPO=github.com/hashicorp/terraform-website
31
PKG_NAME=github
2+
TEST?=./$(PKG_NAME)/...
3+
WEBSITE_REPO=github.com/hashicorp/terraform-website
44

55
COVERAGEARGS?=-race -coverprofile=coverage.txt -covermode=atomic
66

0 commit comments

Comments
 (0)