Notes |
|
(0037892)
|
Brad King
|
2015-02-03 13:33
|
|
If anyone works on a patch for this, the "user-friendly" style would simply be:
set(CTEST_GIT_UPDATE_CUSTOM /usr/bin/git merge origin/master ....)
because that would compose the command-line into a ;-list anyway. |
|
|
(0037896)
|
Martin Beaudoin
|
2015-02-03 15:41
|
|
Ok. So we lose the double-quotes for the variable value. No problem.
If you don't mind, I will give it a try myself, and send you the patch if successful.
At first glance, it looks simple enough. |
|
|
(0037897)
|
Brad King
|
2015-02-03 16:17
|
|
Re 0015388:0037896: Great, thanks. Please also modify "Help/manual/ctest.1.rst" to add the settings to the "Dashboard Client Configuration" section. |
|
|
(0037995)
|
Martin Beaudoin
|
2015-02-18 15:48
|
|
It turns out the problem was located inside my own CMakeLists.txt file.
The variable CTEST_GIT_UPDATE_CUSTOM is indeed fully recognized by cmake, and the corresponding entry is correctly written into the file DartConfiguration.tcl.
Furthermore, the variable is already correctly documented in "Help/manual/ctest.1.rst".
So this issue can be closed immediately. Sorry for the noise. |
|
|
(0037996)
|
Brad King
|
2015-02-18 15:55
|
|
Okay, thanks for reporting back.
|
|
|
(0039053)
|
Robert Maynard
|
2015-07-08 08:57
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|