Everytime you run ctest -D ExperimentalTest, ctest writes a Test.xml file that describes what occurred during the run... If you do it twice, (or even more times), only the last one is available after the run. (i.e. -- it&#39;s overwritten each time, only the last one wins)<br>
<br>You could merge them by hand if you really wanted to, but it would take some editing.<br><br>You could also do multiple submits, so that you send each Test.xml as it&#39;s generated up to CDash. With Test.xml files, CDash should accumulate the results. It&#39;s not well defined what it will do in such cases: this may result in repeated test results showing up for a given CDash build.<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Thu, May 12, 2011 at 12:47 PM, Neil Chittenden <span dir="ltr">&lt;<a href="mailto:neilchittenden@quintessa.org">neilchittenden@quintessa.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi<br>
<br>
Background:<br>
I&#39;ve run a set of tests using:<br>
<br>
  ctest -D ExperimentalTest<br>
<br>
(i.e. delaying the CDash submit)<br>
These tests take a long time to complete. Now I notice one of the tests failed because I forgot to update it after a change to my program.<br>
<br>
I can re-run that particular test using something like:<br>
<br>
  ctest -D ExperimentalTest -R my-test-to-rerun<br>
<br>
As this test now results in a pass (after being corrected), is it possible to easily merge CTest results before submitting to CDash? (I guess doing the submit using &#39;make ExperimentalSubmit&#39;)<br>
<br>
Or will I have to rerun all the tests? (which takes a long time!)<br>
<br>
I do realise that as the file being submitted is XML-based, it probably isn&#39;t too difficult to manually merge them but if CMake/CTest already has the functionality I may as well use that!<br>
<br>
Cheers<br>
---<br>
Neil<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</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">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>