summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_coverage.rst
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2015-02-17 20:57:26 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-23 15:02:00 (GMT)
commitfc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41 (patch)
tree1f31cbc8688ad652568ac4005eea084477e2434f /Help/command/ctest_coverage.rst
parent876a680d4851a39e77b49daa3c670fe2e535c1e6 (diff)
downloadCMake-fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41.zip
CMake-fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41.tar.gz
CMake-fc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41.tar.bz2
ctest_coverage: Add QUIET option
Diffstat (limited to 'Help/command/ctest_coverage.rst')
-rw-r--r--Help/command/ctest_coverage.rst5
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.