When used with CDash, last one wins.<br><br><div>CTest overwrites the contents of Update.xml whenever a ctest_update step is performed. So... whichever update step should be reported to CDash is the one you should prefer as the last one...</div>
<div><br></div><div><br></div><div><div class="gmail_quote">On Thu, Jul 2, 2009 at 3:10 PM, Bram de Greve <span dir="ltr">&lt;<a href="mailto:bramz@users.sourceforge.net">bramz@users.sourceforge.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">Clinton Stimpson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You can do it like this:<br>
<br>
....<br>
WHILE (${CTEST_ELAPSED_TIME} LESS 36000)<br>
  SET (START_TIME ${CTEST_ELAPSED_TIME})<br>
  CTEST_START (Continuous)<br>
  CTEST_UPDATE (SOURCE &quot;${CTEST_SOURCE_DIRECTORY}&quot; RETURN_VALUE res1)<br>
  CTEST_UPDATE (SOURCE &quot;${OTHER_SOURCE_DIRECTORY}&quot; RETURN_VALUE res2)<br>
  IF(res1 GREATER 0 OR res2 GREATER 0)<br>
    CTEST_CONFIGURE()<br>
    CTEST_BUILD()<br>
    CTEST_TEST()<br>
    CTEST_SUBMIT()<br>
  ....<br>
<br>
<br>
Clint<br>
<br>
</blockquote></div>
Thanks Clint, I&#39;ll try this tomorrow!<br>
When used with CDash, will this combine the reported update?<br><font color="#888888">
<br>
Bram</font><div><div></div><div class="h5"><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>
</div></div></blockquote></div><br></div>