erlang eunit测试套件已取消错误

f4t66c6m  于 2022-12-08  发布在  Erlang
关注(0)|答案(1)|浏览(133)

我一直在尝试使用IntellijIdea进行erlang开发。我使用rebar从现有的苏尔创建了一个项目。但是当我尝试运行测试用例时,我得到了以下错误。这是我在控制台上看到的

/usr/lib/erlang/bin/erl -pa /tmp/eunit_teamcity9.tmp -pa /mnt/36024D48024D0E75/Users/Buddhika/Documents/Programming/2015/Apache/CouchDB/couch-mrview -eval "eunit:test([couch_mrview_all_docs_tests], [{report, {eunit_teamcity,[]}}, {no_tty, true}])." -s init stop -noshell
Testing started at 4:57 PM ...
Test suite was cancelled. Reason: {abort,
                               {module_not_found,
                                couch_mrview_all_docs_tests}}

我怎样才能摆脱这个问题?

rta7y2nd

rta7y2nd1#

未加载Erlang模块。请使用-paoption修复此问题。

相关问题