diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-17 14:58:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:01:59 (GMT) |
commit | 19d1a5599a08f2e8d74c4483cb9ee6d34e38ecba (patch) | |
tree | 4ed086b0f3d7ad7f3f98931b836fabe2493d8c8d /Help/command | |
parent | 1643b905e02473536d60ef4102d3154a6c8816d1 (diff) | |
download | CMake-19d1a5599a08f2e8d74c4483cb9ee6d34e38ecba.zip CMake-19d1a5599a08f2e8d74c4483cb9ee6d34e38ecba.tar.gz CMake-19d1a5599a08f2e8d74c4483cb9ee6d34e38ecba.tar.bz2 |
ctest_start: Add QUIET option
This suppresses all non-error messages that would have otherwise
been printed by this function.
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_start.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/command/ctest_start.rst b/Help/command/ctest_start.rst index d7472db..b5c7b34 100644 --- a/Help/command/ctest_start.rst +++ b/Help/command/ctest_start.rst @@ -5,7 +5,7 @@ Starts the testing for a given model :: - ctest_start(Model [TRACK <track>] [APPEND] [source [binary]]) + ctest_start(Model [TRACK <track>] [APPEND] [source [binary]] [QUIET]) Starts the testing for a given model. The command should be called after the binary directory is initialized. If the 'source' and @@ -14,7 +14,8 @@ after the binary directory is initialized. If the 'source' and If the track is specified, the submissions will go to the specified track. If APPEND is used, the existing TAG is used rather than creating a new one based -on the current time stamp. +on the current time stamp. If QUIET is used, CTest will suppress any +non-error messages that it otherwise would have printed to the console. If the :variable:`CTEST_CHECKOUT_COMMAND` variable (or the :variable:`CTEST_CVS_CHECKOUT` variable) |