[CMake] Getting full console output on dashboard
David Cole
david.cole at kitware.com
Thu Feb 5 15:23:13 EST 2009
Why does the output begin with "Setting SLICER home:"
when apparently, the first thing you do in your main is print "ctest needs:
CTEST_FULL_OUTPUT" to cout.....?
When you run the test in a command prompt, do you see the CTEST_FULL_OUTPUT
first...?
Are you sure the code rebuilt before you submitted that test result to the
dashboard?
On Thu, Feb 5, 2009 at 2:44 PM, Andriy Fedorov <fedorov at bwh.harvard.edu>wrote:
> Hi,
>
> I am trying to get untruncated console output for a *passing* test on
> dashboard.
>
> I found that I can do this with this line:
>
> cout << "CTEST_FULL_OUTPUT" << endl;
>
> in the source of my test. This doesn't seem to work -- the output is
> still truncated.
>
> My test is here:
>
> http://viewvc.slicer.org/viewcvs.cgi/trunk/Modules/ChangeTracker/CommandLineApplication/ChangeTrackerCommandLine.cxx?rev=8576&view=markup
> The dashboard output is here:
> http://www.cdash.org/CDash/testDetails.php?test=16624115&build=264948
>
> Is there a working solution? Thank you
>
> Andriy Fedorov
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090205/d22bc372/attachment.htm>
More information about the CMake
mailing list