test output to gitignore
parent
3739109082
commit
cbee5e0127
|
@ -6,3 +6,4 @@ hack/deployment-rbac.yaml
|
|||
hack/deployment-norbac-helm.yaml
|
||||
.vscode
|
||||
.idea/
|
||||
tests.out
|
4
Makefile
4
Makefile
|
@ -45,8 +45,8 @@ arm: build-binaries compress fetch-certs armhf aarch64
|
|||
|
||||
test:
|
||||
go get github.com/mfridman/tparse
|
||||
go test -json -v `go list ./... | egrep -v /tests` -cover > fmt.out
|
||||
tparse -all -smallscreen fmt.out
|
||||
go test -json -v `go list ./... | egrep -v /tests` -cover > tests.out
|
||||
tparse -all -smallscreen tests.out
|
||||
|
||||
build:
|
||||
@echo "++ Building keel"
|
||||
|
|
Loading…
Reference in New Issue