Why does the output begin with "<span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 14px; white-space: pre; ">Setting SLICER home:"</span><br>when apparently, the first thing you do in your main is print "<span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 16px; white-space: pre; ">ctest needs: CTEST_FULL_OUTPUT<span class="Apple-style-span" style="font-family: arial; font-size: 13px; white-space: normal; ">" to cout.....?</span></span><br>
<div><br></div><div>When you run the test in a command prompt, do you see the CTEST_FULL_OUTPUT first...?</div><div><br></div><div>Are you sure the code rebuilt before you submitted that test result to the dashboard?</div>
<div><br></div><div><br></div><div><br><div class="gmail_quote">On Thu, Feb 5, 2009 at 2:44 PM, Andriy Fedorov <span dir="ltr"><<a href="mailto:fedorov@bwh.harvard.edu">fedorov@bwh.harvard.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
I am trying to get untruncated console output for a *passing* test on dashboard.<br>
<br>
I found that I can do this with this line:<br>
<br>
cout << "CTEST_FULL_OUTPUT" << endl;<br>
<br>
in the source of my test. This doesn't seem to work -- the output is<br>
still truncated.<br>
<br>
My test is here:<br>
<a href="http://viewvc.slicer.org/viewcvs.cgi/trunk/Modules/ChangeTracker/CommandLineApplication/ChangeTrackerCommandLine.cxx?rev=8576&view=markup" target="_blank">http://viewvc.slicer.org/viewcvs.cgi/trunk/Modules/ChangeTracker/CommandLineApplication/ChangeTrackerCommandLine.cxx?rev=8576&view=markup</a><br>
The dashboard output is here:<br>
<a href="http://www.cdash.org/CDash/testDetails.php?test=16624115&build=264948" target="_blank">http://www.cdash.org/CDash/testDetails.php?test=16624115&build=264948</a><br>
<br>
Is there a working solution? Thank you<br>
<font color="#888888"><br>
Andriy Fedorov<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</font></blockquote></div><br></div>