Revert "test: run all tests together again"
This reverts commit e48df7b57272f1075175d5bcd44746ec6eb8ca02.
This commit is contained in:
parent
4783af5733
commit
eac0f59d78
|
@ -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…
Reference in New Issue