Merge pull request #3103 from hashicorp/fail-for-sure
Makes test target fail based on return code from go test.
This commit is contained in:
commit
4f212570e3
|
@ -48,10 +48,10 @@ cov:
|
|||
|
||||
test: dev
|
||||
go test -tags "$(GOTAGS)" -i -run '^$$' ./...
|
||||
go test -tags "$(GOTAGS)" -v $$(go list ./... | egrep -v '(consul/consul|vendor)') > test.log 2>&1 || true
|
||||