mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
build: Do not swallow go test exit code
This commit is contained in:
parent
7281b4291a
commit
76b9e257e3
@ -42,7 +42,7 @@ cov:
|
||||
|
||||
test: dev
|
||||
go test -tags "$(GOTAGS)" -i -run '^$$' ./...
|
||||
go test -tags "$(GOTAGS)" -v $(GOFILES) | tee test.log 2>&1
|
||||
( set -o pipefail ; go test -tags "$(GOTAGS)" -v $(GOFILES) | tee test.log )
|
||||
|
||||
cover:
|
||||
go test $(GOFILES) --cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user