EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

tests failed #5990

Closed mattew2016 closed 6 years ago

mattew2016 commented 6 years ago

11111

taokayan commented 6 years ago

Have you export environment variable EOSIO_HOME? You need to set it to your build folder.

jgiszczak commented 6 years ago

Try running make ARGS="--output-on-failure" test in your build directory.

mattew2016 commented 6 years ago

尝试make ARGS="--output-on-failure" test在您的构建目录中运行。

你有出口环境变量EOSIO_HOME吗?您需要将其设置为您的构建文件夹。

Thanks a lot guys, I'm too busy to continue working on it, now I use eosjs instead of it, so it stays unsolved, but I'll try sometime, thanks again!