<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2018-03-19 13:14 GMT+01:00 Craig Scott <span dir="ltr"><<a href="mailto:craig.scott@crascit.com" target="_blank">craig.scott@crascit.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Mon, Mar 19, 2018 at 10:39 PM, Eric Noulard <span dir="ltr"><<a href="mailto:eric.noulard@gmail.com" target="_blank">eric.noulard@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 dir="ltr">Hi there,<div><br></div><div>Is it possible to make ctest spit out its result in an xml formatted file without</div><div>sending it to some dashboard. ?</div></div></blockquote><div><br></div></span><div>Yes, you can control the individual steps of a full dashboard run and just leave out the submit step. For example:</div><div><br></div><div>ctest -T Start -T Update -T Configure -T Build -T Test -T Coverage -T MemCheck</div><div><br></div><div>Leave out any of the above -T actions you don't need. XML result files will be in a Testing/YYYYMMDD-hhmm directory and log files in Testing/Temporary. The Start action creates a new YYYYMMDD-hhmm timestamp directory that the rest of the steps will then store their XML result files in. The first line of the file at Testing/TAG records that timestamp and the second line in there you won't care about if not submitting the results to a dashboard.</div><div><br></div><div>Hopefully that gets you far enough along to what you need.</div></div></div></div></blockquote><div><br></div><div>This is indeed far just enough for my needs.</div><div>Thank you very much Craig. </div><div><br></div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Eric<br></div></div></div></div></div>
</div></div>