prettifying test output

feature/helm_issue_367
Karolis Rusenas 2019-04-23 23:00:56 +01:00
parent a1ba44393c
commit c4fda12b03
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ aarch64:
arm: build-binaries compress fetch-certs armhf aarch64
test:
go test -v `go list ./... | egrep -v /tests`
# go test -v `go list ./... | egrep -v /tests`
go test -json -v `go list ./... | egrep -v /tests/` -cover | tparse -all -smallscreen
build:
@echo "++ Building keel"