[CMake] how to submit customized test report

David Cole david.cole at kitware.com
Mon Jan 3 07:10:29 EST 2011


What is the contents of "<path_to_my_customizedTestReport.xml>"?

CDash only parses/recognizes the formats that ctest sends it. Is your file a
replacement for "Test.xml"? Or do you mean to send additional data beyond
what is found in Test.xml?

Have you looked at the examples and schema found here?
http://public.kitware.com/Wiki/CDash:XML


HTH,
David


On Mon, Jan 3, 2011 at 4:31 AM, girish hilage <girish_hilage at yahoo.com>wrote:

> Hi,
>
>    I have a query about submission of customized test report which I had
> posted as part of some other post to the mailing list.
>    For convenience I am posting only this specific query again.
>
>    ctest_submit() line in my script.cmake was as follows :
>    ctest_submit(FILES <path_to_my_customizedTestReport.xml>)
>
>    Even if this says "Submission successful" I can not see customized
> report on CDASH.
>
>    As above ctest_submit() did not work, I tried to put :
>    SET(CTEST_EXTRA_SUBMIT_FILES <path_to_my_customizedTestReport.xml>)
>    ctest_submit(PARTS ExtraFiles)
>
>    This also says "Submission successful" but I could not find how to see
> any extra file on CDASH.
>
>    Can you please let me know how :
>    1. to submit customized test report and
>    2. how to see extra submitted files on CDASH?
>
> Regards,
> Girish
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20110103/42a141ac/attachment.htm>


More information about the CMake mailing list