diff options
author | Brad King <brad.king@kitware.com> | 2020-12-11 15:39:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-11 15:39:14 (GMT) |
commit | 3765a415dfd4c521b4e656412503cbe1051a4c0b (patch) | |
tree | a29565d1f4efd97306d2f23684b04e9a659bb2fc /Help/command/ctest_start.rst | |
parent | ff4d1d44f217bcbd90ba97f0fc41806cccb34e57 (diff) | |
parent | adc6a4c5402658b8218a591639b652604893b919 (diff) | |
download | CMake-3765a415dfd4c521b4e656412503cbe1051a4c0b.zip CMake-3765a415dfd4c521b4e656412503cbe1051a4c0b.tar.gz CMake-3765a415dfd4c521b4e656412503cbe1051a4c0b.tar.bz2 |
Merge branch 'master' into doc-3_19_release-fixes
Diffstat (limited to 'Help/command/ctest_start.rst')
-rw-r--r-- | Help/command/ctest_start.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Help/command/ctest_start.rst b/Help/command/ctest_start.rst index f0704ac..c0f3c6d 100644 --- a/Help/command/ctest_start.rst +++ b/Help/command/ctest_start.rst @@ -29,8 +29,11 @@ The parameters are as follows: ``GROUP <group>`` If ``GROUP`` is used, the submissions will go to the specified group on the CDash server. If no ``GROUP`` is specified, the name of the model is used by - default. This replaces the deprecated option ``TRACK``. Despite the name - change its behavior is unchanged. + default. + + .. versionchanged:: 3.16 + This replaces the deprecated option ``TRACK``. Despite the name + change its behavior is unchanged. ``APPEND`` If ``APPEND`` is used, the existing ``TAG`` is used rather than creating a new @@ -56,6 +59,8 @@ The parameters are as follows: new model and group will be used. ``QUIET`` + .. versionadded:: 3.3 + If ``QUIET`` is used, CTest will suppress any non-error messages that it otherwise would have printed to the console. |