mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Revert "test: run all tests together again"
This reverts commit e48df7b57272f1075175d5bcd44746ec6eb8ca02.
This commit is contained in:
parent
4403db0d63
commit
68cac3d40c
@ -48,7 +48,8 @@ cov:
|
||||
|
||||
test: dev
|
||||
go test -tags "$(GOTAGS)" -i -run '^$$' ./...
|
||||
go test -tags "$(GOTAGS)" -v ./... > test.log 2>&1 || true
|
||||
go test -tags "$(GOTAGS)" -v $$(go list ./... | egrep -v '(consul/consul|vendor)') > test.log 2>&1 || true
|
||||
go test -tags "$(GOTAGS)" -v github.com/hashicorp/consul/consul >> test.log 2>&1 || true
|
||||
@if [ "$$TRAVIS" == "true" ] ; then cat test.log ; fi
|
||||
@if grep -q 'FAIL:' test.log ; then grep 'FAIL:' test.log ; exit 1 ; else echo 'PASS' ; fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user