<html><body bgcolor="#FFFFFF"><div>Thanks, this is what I need<br><br>Am 30.06.2010 um 17:16 schrieb Chris Hillery &lt;<a href="mailto:chillery-cmake@lambda.nu">chillery-cmake@lambda.nu</a>&gt;:<br><br></div><div></div><blockquote type="cite"><div>Try this:<br><br>ctest -T Test<br><br>This will generate the same Test.xml logfile as running ctest -D, but it won't do all the other dashboard steps (update, configure, build...).<br><br>Ceej<br>aka Chris Hillery<br><br>
<div class="gmail_quote">On Wed, Jun 30, 2010 at 3:46 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com"><a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a></a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Jun 30, 2010 at 6:22 AM, David Cole <span dir="ltr">&lt;<a href="mailto:david.cole@kitware.com" target="_blank"><a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a></a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div>On Wed, Jun 30, 2010 at 5:18 AM, norulez <span dir="ltr">&lt;<a href="mailto:norulez@me.com" target="_blank"><a href="mailto:norulez@me.com">norulez@me.com</a></a>&gt;</span> wrote:<br></div><div class="gmail_quote"><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Hello,<br>
<br>
is there a way to write the CTest result to a XML file?<br></blockquote><div><br></div></div><div>I'm thinking the answer to this one just has to be "yes"...</div><div><br></div></div>
</blockquote></div><br><br></div><div class="gmail_quote">On Wed, Jun 30, 2010 at 6:28 AM, norulez&nbsp;<span dir="ltr">&lt;<a href="mailto:norulez@me.com" target="_blank"><a href="mailto:norulez@me.com">norulez@me.com</a></a>&gt;</span>&nbsp;wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">

How can I do so? Maybe you can give me an example, when I run CTest on the command line?<br><br></blockquote><div><br></div><div>Please keep discussion on the list.</div><div><br></div><div>If you run "ctest -D Experimental" in a CMake-based build tree, it will run a dashboard including configure, build and test steps. The results are recorded in xml files in a subdirectory of ${CMAKE_BINARY_DIR}/Testing. Look there first.</div>

<div><br></div><div>Otherwise, if you are talking about ctest's direct stdout output..... then if you want that in an xml form, you will have to wrap it with something.</div><div><br></div><div>Or dig into the source (that's why it's open source) and make source code changes to get it to do what you want.</div>

<div><br></div><div>Really, if you want a useful answer, you're going to have to be more specific with your question. From your initial post, we really have absolutely no idea about the context of your question. So ... hopefully this is useful information for you.</div>

<div><br></div><div><br></div><div>HTH,</div><div>David</div><div><br></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank"><a href="http://www.kitware.com">www.kitware.com</a></a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank"><a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a></a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank"><a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a></a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank"><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></a><br></blockquote></div><br>
</div></blockquote></body></html>