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

Reply via email to