Why does the output begin with &quot;<span class="Apple-style-span" style="font-family: -webkit-monospace; font-size: 14px; white-space: pre; ">Setting SLICER home:&quot;</span><br>when apparently, the first thing you do in your main is print &quot;<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; ">&quot; 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">&lt;<a href="mailto:fedorov@bwh.harvard.edu">fedorov@bwh.harvard.edu</a>&gt;</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 &lt;&lt; &quot;CTEST_FULL_OUTPUT&quot; &lt;&lt; endl;<br>
<br>
in the source of my test. This doesn&#39;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&amp;view=markup" target="_blank">http://viewvc.slicer.org/viewcvs.cgi/trunk/Modules/ChangeTracker/CommandLineApplication/ChangeTrackerCommandLine.cxx?rev=8576&amp;view=markup</a><br>

The dashboard output is here:<br>
<a href="http://www.cdash.org/CDash/testDetails.php?test=16624115&amp;build=264948" target="_blank">http://www.cdash.org/CDash/testDetails.php?test=16624115&amp;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>