[CMake] Increasing the size of STDOUT saved for test output in the dashboard?

David Cole david.cole at kitware.com
Fri Nov 14 10:11:53 EST 2008


You can output the string "CTEST_FULL_OUTPUT" in your test's output to
stdout, which will record *all* the output.
Or you can try setting the variables:
CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE
CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE
in your ctest script to set a custom limit on the output size... which are
number of bytes, defaulting to 1k and 300k respectively.


HTH,
David


On Fri, Nov 14, 2008 at 9:35 AM, Bartlett, Roscoe A <rabartl at sandia.gov>wrote:

>  Hello,
>
> Does anyone know how to get Cdash to increase the amount of data it will
> stored for STDOUT for passing tests in the dashboard?  Currently it is only
> storing 1024 bytes and I want that increased by a lot.  I then want to thin
> out the data from the database later but I want to see everything for at
> least several days.
>
> Thanks,
>
> - Ross
>
>
> _______________________________________________
> 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/20081114/a41f061b/attachment.htm>


More information about the CMake mailing list