more robust mockery invocation (#7727)

Этот коммит содержится в:
Chris
2017-10-26 15:06:18 -05:00
коммит произвёл GitHub
родитель 7ed011745a
Коммит 827fbfa87d

Просмотреть файл

@@ -273,7 +273,7 @@ gofmt:
store-mocks:
go get github.com/vektra/mockery/...
mockery -dir store -all -output store/storetest/mocks -note 'Regenerate this file using `make store-mocks`.'
$(shell go env GOPATH)/bin/mockery -dir store -all -output store/storetest/mocks -note 'Regenerate this file using `make store-mocks`.'
check-licenses:
./scripts/license-check.sh $(TE_PACKAGES) $(EE_PACKAGES)