jlouis/etorrent

Make the etorrent test pass again

Opened this issue · 1 comments

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

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.