Hi Bengt!<div><br></div><div>You should follow <a href="https://github.com/erlang/otp/wiki/Running-tests">https://github.com/erlang/otp/wiki/Running-tests</a> for running the OTP tests. If you do so, you will at some point do</div>
<div><br></div><div>cd release/tests/test_server</div><div><br></div><div>the ts_install_cth module should be located in this directory (after building tests).</div><div><br></div><div>(The source is located in the test_server application, but the module is OTP internal and is therefore not available in test_server-<vsn>/ebin).</div>
<div><br></div><div>Regards</div><div>/siri</div><div><br></div><div><br><div class="gmail_quote">2012/11/21 Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com" target="_blank">bengt.kleberg@ericsson.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
<br>
Does somebody have a link to ts_install_cth.erl ?<br>
<br>
<br>
When I try to run slave_SUITE I get the following error:<br>
<br>
*** CT 2012-11-21 07:38:28.786 *** Suite Hook<br>
Failed to start a CTH: error:{undef,<br>
                                 [{ts_install_cth,init,<br>
                                      [#Ref<0.0.0.1892>,[]],<br>
                                      []},<br>
...<br>
                                  {test_server,run_test_case_eval,9,<br>
                                      [{file,"test_server.erl"},<br>
                                       {line,1296}]}]}<br>
<br>
This is due to me installing slave_SUITE.erl on its own after locating<br>
it with Google. The same search facility could not locate<br>
ts_install_cth.erl. Is there somebody that know where I can find it?<br>
<br>
<br>
bengt<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>