[CMake] ctest/cdash question
Biddiscombe, John A.
biddisco at cscs.ch
Fri Sep 5 17:07:43 EDT 2014
Sorry if this is off topic for the list.
If I
ctest –D ExperimentalStart
ctest –D ExperimentalTest –R test1
ctest –D ExperimentalSubmit
Then
ctest –D ExperimentalStart
ctest –D ExperimentalTest –R test2
ctest –D ExperimentalSubmit
It appears as two entries on the dashboard, but I’d like to have both together like this
ctest –D ExperimentalStart
ctest –D ExperimentalTest –R test1
ctest –D ExperimentalTest –R test2
ctest –D ExperimentalSubmit
Except that the test2 xml overwrites the test1 xml
And I can’t run
ctest –D ExperimentalTest –R test1|test2
Because it comes from multiple scripts that are triggered independently.
So the question becomes … is it possible to run tests separately, but have them merged into one test submission on the Cdash dashboard? (I tried a simple xml merge of the files, but it didn’t work as expected, so I thought I’d ask here before spending more time no it)
Thanks
JB
--
John Biddiscombe, email:biddisco @.at.@ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
Via Trevano 131, 6900 Lugano, Switzerland | Fax: +41 (91) 610.82.82
More information about the CMake
mailing list