Re: [CMake] Merging CTest results

2011-05-17 Thread Neil Chittenden
OK, thanks for the info. I think for simplicity I won't worry about merging and just resubmit the particular test - even if it means that test shows up twice on the dashboard. --- Neil On 16/05/11 22:50, David Cole wrote: Everytime you run ctest -D ExperimentalTest, ctest writes a Test.xml fi

Re: [CMake] Merging CTest results

2011-05-16 Thread David Cole
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's overwritten each time, only the last one wins) You could merge them by hand

[CMake] Merging CTest results

2011-05-12 Thread Neil Chittenden
Hi Background: I've run a set of tests using: ctest -D ExperimentalTest (i.e. delaying the CDash submit) 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. I can re-run that particular test using someth