mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
ctest_start: Add QUIET option
This suppresses all non-error messages that would have otherwise been printed by this function.
This commit is contained in:
committed by
Brad King
parent
1643b905e0
commit
19d1a5599a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user