[Insight-developers] How do I retrieve redirected test output on dashboard?

Bill Lorensen bill.lorensen at gmail.com
Mon Nov 28 15:22:23 EST 2011


We do the redirection on tests that produce large outputs. You can
remove the output redirection temporarily. However, the ctest output
is limited to 1000 characters. You can override this limit for a given
test by putting:
CTEST_FULL_OUTPUT

on standard out.

On Mon, Nov 28, 2011 at 12:44 PM, M Stauffer (V) <mstauff at verizon.net> wrote:
>>It will not appear on the dashboard. To see the output, you will need
>>to run the test locally and look at the file.
>>
>>Do you need to see the output from another machine?
>
> Yes. The test succeeds locally and fails in an experimental build. Does
> anyone know why the output of the test is being redirected to file? It's
> 1000-odd lines line. Any reason not to remove the output redirection so
> I can see the errors in the experimental build run?
>
> -M
>
>>On Fri, Nov 25, 2011 at 7:35 PM, M Stauffer (V)
>><mstauff at verizon.net> wrote:
>>> Hi,
>>>
>>> The test in this link has redirected its output:
>>>
>>http://www.cdash.org/CDash/testDetails.php?test=124517504&build=1760509
>>>
>>> This is from its CMakeLists.txt entry:
>>>
>>> itk_add_test(NAME itkImageRegistrationMethodTest_14
>>>      COMMAND ITKRegistrationCommonTestDriver --redirectOutput
>>> ${TEMP}/itkImageRegistrationMethodTest_14.txt
>>>    itkImageRegistrationMethodTest_14)
>>> set_tests_properties(itkImageRegistrationMethodTest_14 PROPERTIES
>>> ATTACHED_FILES_ON_FAIL ${TEMP}/itkImageRegistrationMethodTest_14.txt)
>>>
>>> I can't find the output txt file attached anywhere on the dashboard.
>>> Could someone help me? Thanks.
>>>
>>> -M
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Kitware offers ITK Training Courses, for more information visit:
>>> http://kitware.com/products/protraining.html
>>>
>>> Please keep messages on-topic and check the ITK FAQ at:
>>> http://www.itk.org/Wiki/ITK_FAQ
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.itk.org/mailman/listinfo/insight-developers
>>>
>>
>>
>>
>>--
>>Unpaid intern in BillsBasement at noware dot com
>
>



-- 
Unpaid intern in BillsBasement at noware dot com


More information about the Insight-developers mailing list