On Fri, Nov 6, 2009 at 7:56 AM, Richard Wackerbarth <span dir="ltr">&lt;<a href="mailto:rkw@dataplex.net">rkw@dataplex.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m trying to run a number of dashboards ( various projects and configurations) from a single script.<br>
<br>
- - -<br>
<br>
It does what I want but complains that I did not set CTEST_SOURCE_DIRECTORY, CTEST_BINARY_DIRECTORY, and CTEST_COMMAND at the top scope. (Never mind that, at that level, I am just using ctest as a scripting language and have no desire for it to run any tests.<br>

<br>
Shouldn&#39;t we be able to invoke ctest as a shell?<br>
<br></blockquote><div><br>Yes, you should... and you can. However, ctest warns in this situation because it is a common thing for a first time script writer to forget to set one of the necessary variables.<br><br>To avoid the warning, set this variable instead at the global scope of your script:<br>
<br>SET(CTEST_RUN_CURRENT_SCRIPT 0)<br><br></div></div><br>HTH,<br>David<br><br>