diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-17 20:57:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:02:00 (GMT) |
commit | fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41 (patch) | |
tree | 1f31cbc8688ad652568ac4005eea084477e2434f /Help/command | |
parent | 876a680d4851a39e77b49daa3c670fe2e535c1e6 (diff) | |
download | CMake-fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41.zip CMake-fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41.tar.gz CMake-fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41.tar.bz2 |
ctest_coverage: Add QUIET option
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_coverage.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/command/ctest_coverage.rst b/Help/command/ctest_coverage.rst index 4c90f9c..bac5c1c 100644 --- a/Help/command/ctest_coverage.rst +++ b/Help/command/ctest_coverage.rst @@ -18,3 +18,8 @@ files labeled with at least one of the labels specified. The APPEND option marks results for append to those previously submitted to a dashboard server since the last ctest_start. Append semantics are defined by the dashboard server in use. + +The QUIET option suppresses any CTest-specific non-error output +that would have been printed to the console otherwise. The summary +indicating how many lines of code were covered is unaffected by this +option. |