jlouis / etorrent

Erlang Bittorrent Client
BSD 2-Clause "Simplified" License
294 stars 50 forks source link

Make the etorrent test pass again #143

Open jlouis opened 11 years ago

jlouis commented 11 years ago

Currently, when running make test we are failing to run them properly. Investigate why and fix this.

arcusfelis commented 11 years ago

make common_test fails with:

rel/etorrent/erts-*/bin/ct_run -spec etorrent_test.spec
Erlang R15B02 (erts-5.9.2) [source] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:false]

{"init terminating in do_boot",{undef,[{ct_run,script_start,[],[]},{init,start_it,1,[]},{init,start_em,1,[]}]}}

./ct-run.sh or ct_run -spec etorrent_test.spec -pa $PWD/ebin edit $PWD/deps/*/ebin works.