<div dir="ltr">You should also follow the directions on the Travis CI blog for uploading build artifacts. <a href="http://about.travis-ci.org/blog/2012-12-18-travis-artifacts/">http://about.travis-ci.org/blog/2012-12-18-travis-artifacts/</a> If you have an S3 account, you can upload the entire output of the ct run easily.</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 19, 2013 at 11:23 AM, Tuncer Ayaz <span dir="ltr"><<a href="mailto:tuncer.ayaz@gmail.com" target="_blank">tuncer.ayaz@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Jul 16, 2013 at 10:39 AM, Pablo Vieytes <<a href="mailto:pablo.vb80@gmail.com">pablo.vb80@gmail.com</a>> wrote:<br>

> Hi,<br>
> I'm using common tests, rebar and travis-ci. It works fine but when some<br>
> test falis in travis I can't see the log files.<br>
><br>
> My Makefile<br>
><br>
> all:<br>
> ./rebar get-deps<br>
> ./rebar compile<br>
> bin/bootstrap<br>
><br>
> clean:<br>
> ./rebar clean<br>
><br>
> test: all<br>
> ./rebar ct skip_deps=true<br>
><br>
> doc: all<br>
> bin/create_edoc.sh<br>
><br>
><br>
><br>
> Any suggestion?<br>
<br>
</div></div>Hi Pablo,<br>
<br>
have you tried to extract the info from ct's logs?<br>
<br>
$ rebar help ct<br>
=== rebar_ct:ct ===<br>
Run common_test suites.<br>
<br>
Valid rebar.config options:<br>
  {ct_dir,"itest"}<br>
  {ct_log_dir,"test/logs"}<br>
  {ct_extra_params,"-boot start_sasl -s myapp"}<br>
  {ct_use_short_names,true}<br>
Valid command line options:<br>
  suites=foo,bar - run <test>/foo_SUITE and <test>/bar_SUITE<br>
  case="mycase" - run individual test case foo_SUITE:mycase<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>