[Cdash] Attaching files to test results or build records

Bill Lorensen bill.lorensen at gmail.com
Thu Dec 10 05:01:17 UTC 2009


ctest -A filename will add filename as a note to the build. The note
shows up as a document icon next to the build name. For itk, in our
ctest scripts we usually do:

ctest -A \"{CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}\""

which adds the script as a note.

Is this what you had in mind?

On Wed, Dec 9, 2009 at 7:54 PM, Solomon Matthews <smat at acfr.usyd.edu.au> wrote:
> Dear all,
>
> Is there any way to attach arbitrary files to test results or build records?
>
> We are posting builds using a CTest script. I have tried using
> CTEST_EXTRA_SUBMIT_FILES, but could not see the specified files anywhere on
> the build's page in CDash. Taking a quick looking at the CDash source, it
> appears that CDash expects only XML files in a specific format so presumably
> the additional files are being discarded.
>
> Is this possible?
>
> --
> Solomon Matthews
> Systems Engineer
> Australian Centre for Field Robotics
> The University of Sydney
> _______________________________________________
> Cdash mailing list
> Cdash at public.kitware.com
> http://public.kitware.com/cgi-bin/mailman/listinfo/cdash
>



More information about the CDash mailing list