[CDash] CDash Test output empty

Julien Jomier julien.jomier at kitware.com
Thu Mar 29 22:52:27 UTC 2018


Hi Michal,

You can check the XML output files in the Testing directory of your 
binary directory and see if any output are generated on the client. 
Otherwise it might be an issue with displaying the results on CDash.

Julien

On 30/03/2018 00:16, Michal Wozniak wrote:
> Hi Julien,
> 
> My ctest client does submit my test.xml to my cdash.   I can see the 
> Submission successful message in my terminal.  I can view the build on 
> my cdash but I dont see any log when i click on a failed test.
> 
> ------------------------------------------------------------------------
> *From:* Julien Jomier <julien.jomier at kitware.com>
> *Sent:* Thursday, March 29, 2018 6:06:50 PM
> *To:* Michal Wozniak; cdash at public.kitware.com
> *Subject:* Re: [CDash] CDash Test output empty
> Hi Michal,
> 
> Do you get any logging information on the submission? Does
> ctest_submit() display the URL you are trying to submit to?
> 
> Julien
> 
> On 29/03/2018 21:50, Michal Wozniak wrote:
>>   Hi,
>> 
>> 
>> whenever my build submits my test results to CDash, I can't view the 
>> result.  The Test output is empty. I'm using a custom script to use 
>> ctest as a CDash client.
>> 
>> 
>> My ctest command : "ctest -S "path/to/dashboard.cmake" -V "
>> 
>> 
>> my dashboard.cmake contain the following variables :
>> 
>> 
>> ... (set all the name, site generator... )
>> 
>> set(CTEST_OUTPUT_ON_FAILURE 1)
>> 
>> 
>> ctest_start(Experimental)
>> 
>> ctest_configure()
>> ctest_build()
>> ctest_test()
>> ctest_submit()
>> 
>> 
>> I can view my test output log in my terminal but it isn't showing on my 
>> private CDash.  Do I need to add an extra variable to enable the logging?
>> 
>> 
>> thank you,
>> 
>> Michal
>> 
>> 
>> 
>> _______________________________________________
>> CDash mailing list
>> CDash at public.kitware.com
>> https://public.kitware.com/mailman/listinfo/cdash
>> 



More information about the CDash mailing list