Hi everyone,<div><br></div><div>I'm having a strange problem with my CDash submissions, and I'm not sure what is going on. For every submission I do, I get two builds, one that only has a UPDATE stage, and one line that has the rest of the steps.</div>
<div>The row with UPDATE has a higher buildID versus the row with configure/build/test.</div><div>In my CTest script, I run several builds in a loop. For every build I do</div><div><br></div><div>//Setup CTEST_SOURCE_DIRECTORY and CTEST_BINARY_DIRECTORY</div>
<div><div> ctest_start(${CTEST_MODEL})</div><div> ctest_update()</div><div> ctest_configure()</div><div> ctest_build()</div><div> ctest_test()</div><div> if (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)</div><div> ctest_coverage()</div>
<div> endif (WITH_COVERAGE AND CTEST_COVERAGE_COMMAND)</div><div> if (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)</div><div> ctest_memcheck()</div><div> endif (WITH_MEMCHECK AND CTEST_MEMORYCHECK_COMMAND)</div><div>
ctest_submit()</div></div><div><br></div><div><br></div><div>I also tried adding the APPEND keyword to the ctest_* commands, but no luck.</div><div>Has anyone seen this before? Does anyone have any suggestions how to debug this?</div>
<div><br></div><div>Thanks</div><div>/Johan</div><div><br></div>