We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, when running make test we are failing to run them properly. Investigate why and fix this.
make test
The text was updated successfully, but these errors were encountered:
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.
./ct-run.sh
ct_run -spec etorrent_test.spec -pa $PWD/ebin edit $PWD/deps/*/ebin
Sorry, something went wrong.
No branches or pull requests
Currently, when running
make test
we are failing to run them properly. Investigate why and fix this.The text was updated successfully, but these errors were encountered: