[CMake] program output modified by ctest for cdash

Clinton Stimpson clinton at elemtech.com
Tue Jun 23 14:26:44 EDT 2009


Ok. The problem was file permissions on the cdash installation (web 
server has its own user account).
Not getting a log file at all was a hint.  And I was confused that small 
submissions worked (I guess because no temporary files were made?).

Maybe cdash can check permissions as part of setup/upgrade?

Thanks,
Clint

David Cole wrote:
>
>
> On Tue, Jun 23, 2009 at 1:31 PM, Clinton Stimpson 
> <clinton at elemtech.com <mailto:clinton at elemtech.com>> wrote:
>
>     David Cole wrote:
>
>
>         Do you have access to the CDash server to add some logging
>         code to it?
>
>     Yes I do.  If you could tell me how to add logging, that would
>     help.  I have CDash 1.4.2.
>
>     Clint
>
>  
>
> In the CDash source tree, see the files:
> CDash/cdash/ctestparser.php
> CDash/xml_handlers/testing_handler.php
>
> The ctestparser.php already has some add_log example calls in it (in 
> the error handling clauses...)
>
> The arguments to add_log are:
> add_log($text, $function, $type=LOG_INFO)
>
> Then, after adding add_log calls, see the results in 
> CDash/backup/cdash.log
>
> Keep us posted on what you discover....
>
>
> HTH,
> David
>



More information about the CMake mailing list