Re: [CMake] Scripting of ctest: pb with update stage and CVSCOMMAND

2006-07-12 Thread Andy Cedilnik
Hi Eric, Also, your CTEST_ENVIRONMENT should be set to: SET(CTEST_ENVIROMENT "CVS_RSH=$ENV{HOME}/cvs_rsh_trick") The export is a SH thing and is not needed (should not be there). Andy Eric BOIX wrote: Dear ctest (and cmake) users, I have set up a ctest script in the way illus

Re: [CMake] Scripting of ctest: pb with update stage and CVSCOMMAND

2006-07-12 Thread Andy Cedilnik
Hi Eric, Try running ctest with --debug and -VV flags. Andy Eric BOIX wrote: Dear ctest (and cmake) users, I have set up a ctest script in the way illustrated by the "CTest Scripting" section of cmake's wiki i.e. http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest (in order to

[CMake] Scripting of ctest: pb with update stage and CVSCOMMAND

2006-07-05 Thread Eric BOIX
Dear ctest (and cmake) users, I have set up a ctest script in the way illustrated by the "CTest Scripting" section of cmake's wiki i.e. http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest (in order to automatize submissions to Dart2). Because I'm "subverting" an account for dart continuo