Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CTest.UpdateHG: Fix repo URL for local filesystem (#13001) | Brad King | 2012-03-02 | 1 | -1/+1 |
| | | | | | Use "file:///c:/" instead of "file://c:/" because the latter looks like a machine:port URL instead of a local file URL. | ||||
* | Generalize CTest.Update* test dashboard script helpers | Brad King | 2010-06-08 | 1 | -2/+2 |
| | | | | | | | Teach (create|run)_dashboard_script macros to treat the argument as the name of a build tree. Append '.cmake' to generate the dashboard script name. This allows future re-use of the macros for multiple test scripts. | ||||
* | ENH: Teach CTest to handle Mercurial repositories | Brad King | 2009-07-10 | 1 | -0/+163 |
This creates cmCTestHG to drive CTest Update handling on hg-based work trees. Currently we always update to the head of the remote tracking branch (hg pull), so the nightly start time is ignored for Nightly builds. A later change will address this. See issue #7879. Patch from Emmanuel Christophe. I modified the patch slightly for code style, to finish up some parsing details, and to fix the test. |