summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_start/MissingTrackArgAppend-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* ctest: rename TRACK to GROUPZack Galbreath2019-08-221-1/+1
| | | | | | | | | | Update command-line options, script variables, and documentation to use the term "group" instead of "track". The old terms are still available for now, but they are now undocumented. This makes our terminology more consistent with CDash. The goal of this change is to make it more clear to our users how CTest and CDash interact with each other.
* ctest_start: read model from TAG fileKyle Edwards2018-05-091-0/+2
This change reworks ctest_start() so that simply calling ctest_start(APPEND) will read all the information from the TAG file. On top of that, it relaxes the argument parsing for ctest_start() to allow greater flexibility in the argument ordering, and the documentation for ctest_start() has been cleaned up.