cosmos / ethermint-archive

Ethereum on Tendermint using Cosmos-SDK!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fail running make test-import

andynog opened this issue · comments

System info:

  • MacOS Mojave
  • go version go1.13.1 darwin/amd64

Steps to reproduce:

  1. Run make install
  2. Run make test-import

Expected behavior: Blockchain import would work

Actual behavior: See the error message below

make test-import
flag provided but not defined: -test.v
Usage of /var/folders/63/vh4jp2gs2jg4mqry6h2rrdh00000gn/T/go-build487630007/b001/importer.test:
  -blockchain string
    	ethereum block export file (blocks to import) (default "blockchain")
  -cpu-profile string
    	write CPU profile
  -datadir string
    	test data directory for state storage
FAIL	github.com/cosmos/ethermint/importer	0.047s
FAIL
make: *** [test-import] Error 1

Additional info: Running make test works fine