<div class="gmail_quote">On Mon, Jan 24, 2011 at 3:09 PM, Rolf Eike Beer <span dir="ltr"><<a href="mailto:eike@sf-mail.de">eike@sf-mail.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">> I found the issue. I happened to put a trailing newline in CTEST_SITE,<br>
> causing some error further down the line. I guess CDash could deal<br>
> with it a bit better, but all in all it's a user error. (I utilized<br>
> the hostname command to get the hostname, but forgot to use<br>
> OUTPUT_STRIP_TRAILING_WHITESPACE)<br>
<br>
</div>Uh-oh. That sounds familiar. The same thing happened to me once. And if you don't set CTEST_SITE you get one entry per step (i.e. update, configure, build, test). IMHO CTest should do a) abort with a clear error message if CTEST_SITE is not a valid hostname for any reason (i.e. spaces or newlines) and b) set it to the hostname of the machine if it is not set at all.<br>
<br>
Any opinions on this before I file a bug report?<br>
<font color="#888888"><br>
Eike<br>
</font><div><div></div><div class="h5">_______________________________________________<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>Sounds like a reasonable bug report candidate to me.<br><br>