What version of ctest? What OS?<br><br>i.e. : what is the output of:<br>ctest --version<br>which ctest<br><br><br><div class="gmail_quote">On Wed, Nov 4, 2009 at 7:23 AM,  <span dir="ltr">&lt;<a href="mailto:th.tom@gmx.de">th.tom@gmx.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I did the following steps:<br>
<br>
1) creating script.cmake:<br>
SET ( SOURCE_DIR &quot;C:/my/sources/&quot; )<br>
SET ( CTEST_BINARY_DIRECTORY ${SOURCE_DIR}/build )<br>
SET ( CTEST_SOURCE_DIRECTORY ${SOURCE_DIR} )<br>
<br>
MESSAGE ( &quot;Actual path is ${CTEST_SOURCE_DIRECTORY}&quot; )<br>
MESSAGE ( &quot;Actual binary path is ${CTEST_BINARY_DIRECTORY}&quot; )<br>
<br>
CTEST_START ( Nightly )<br>
CTEST_CONFIGURE ( BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot; RETURN_VALUE res )<br>
CTEST_BUILD ( BUILD &quot;${CTEST_BINARY_DIRECTORY}&quot; RETURN_VALUE res )<br>
CTEST_SUBMIT ( RETURN_VALUE res )<br>
<br>
Then I start<br>
ctest -S script.cmake<br>
<br>
Then I got a wiered output:<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
Actual path is C:/my/sources/<br>
Actual binary path is C:/my/sources/build<br>
...<br>
<br>
Then I delete the two output lines and start ctest again<br>
<br>
The output is the same!!! As if the script has not been changed<br>
I deleted the Testing directory - but no change<br>
<br>
What is going wrong here?<br>
<br>
- Tom<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>