<p>Hi,</p>
<p>I have a setup where I am using ct_master:run_test/2 to run tests on target nodes which each have a local file system.</p>
<p>On the server I get the following html result pages:<br>
master_runs.html<br>
ct_master_run.2012-03-06_14.17.16/index.html</p>
<p>The links on the latter page are however broken, since they refer to files on each target's local file system. In the Users Guide it is stated: "The CT Master server writes progress information to HTML log files similarly to the regular CT server. The logs contain test statistics and links to the log files written by each independent CT server" which seems to support that what I am seeing is indeed the intended behaviour. </p>

<p>Nevertheless, since I know CT is used for a lot of embedded testing I am wondering if there is a way of having the test targets report back *all* results and logs to the master server (as opposed to writing the results locally)? Would writing a custom event handler help?</p>

<p>BR /Fredrik</p>
<p>PS. this is the full command I use to start the tests, just in case I have missed some simple config option:<br>
ct_master:run_test(target@otherhost, [{suite,[array_SUITE]},{auto_compile, false}, {basic_html, true}, batch]).</p>