<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 15.08.2014 01:59,
      <a class="moz-txt-link-abbreviated" href="mailto:Matt.Bolger@csiro.au">Matt.Bolger@csiro.au</a> wrote:<br>
    </div>
    <blockquote
cite="mid:F15229718A12B142A165C8266B50947D1B213223@exmbx03-cdc.nexus.csiro.au"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>CDash will show a cut-down summary of where it thinks the
      errors or warnings are but sometimes (especially with parallel
      builds) these are wrong (or false positives) or alternatively
      everything succeeded but you still want to browse through the
      build output.</blockquote>
    <br>
    In case you are using one of the makefile or ninja generators CTest
    launchers might help a bit[1].<br>
    <br>
    Every compile, link and custom command will be wrapped by a command
    that captures the output and command line of its child process.<br>
    You still don't get the output of successful commands on your
    Dashboard but full output (not sure if there is a limit) of failed
    commands.<br>
    <br>
    A random CMake dashboard submission with launchers looks e.g. like
    this:<br>
       
    <a class="moz-txt-link-freetext" href="http://open.cdash.org/viewBuildError.php?type=1&buildid=3450912">http://open.cdash.org/viewBuildError.php?type=1&buildid=3450912</a><br>
    <br>
    Nils<br>
    <br>
    [1]
<a class="moz-txt-link-freetext" href="http://www.cmake.org/cmake/help/v3.0/module/CTest.html?highlight=ctest_use_launchers">http://www.cmake.org/cmake/help/v3.0/module/CTest.html?highlight=ctest_use_launchers</a><br>
    <br>
  </body>
</html>