[CDash] CDash Test output empty

Julien Jomier julien.jomier at kitware.com
Thu Mar 29 22:06:50 UTC 2018


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