mirror of https://github.com/status-im/consul.git
test: capture stderr in test.log
This commit is contained in:
parent
eea8f4ce75
commit
2a39c480b9
|
@ -48,7 +48,7 @@ cov:
|
|||
|
||||
test: dev
|
||||
go test -tags "$(GOTAGS)" -i -run '^$$' ./...
|
||||
( set -o pipefail ; go test -tags "$(GOTAGS)" -v ./... | tee test.log )
|
||||
( set -o pipefail ; go test -tags "$(GOTAGS)" -v ./... 2>&1 | tee test.log )
|
||||
|
||||
cover:
|
||||
go test $(GOFILES) --cover
|
||||
|
|
Loading…
Reference in New Issue