test output to gitignore

feature/test_refactoring
Karolis 2019-07-07 15:28:42 +01:00
parent 3739109082
commit cbee5e0127
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@ -5,4 +5,5 @@ hack/deployment-norbac.yaml
hack/deployment-rbac.yaml
hack/deployment-norbac-helm.yaml
.vscode
.idea/
.idea/
tests.out

View File

@ -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"