summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2015-02-17 22:15:00 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-23 15:02:00 (GMT)
commit0b87b2a33902ac000a0073a1def887599c69809d (patch)
treeb77cde58d8b5ec825db9edb5610ff0e246e34dc3 /Help
parentfc58bdb9ad90ddd41c5336bc1ab2e35fa0f74d41 (diff)
downloadCMake-0b87b2a33902ac000a0073a1def887599c69809d.zip
CMake-0b87b2a33902ac000a0073a1def887599c69809d.tar.gz
CMake-0b87b2a33902ac000a0073a1def887599c69809d.tar.bz2
ctest_memcheck: Add QUIET option
Diffstat (limited to 'Help')
-rw-r--r--Help/command/ctest_memcheck.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/ctest_memcheck.rst b/Help/command/ctest_memcheck.rst
index ca47ed0..56a2490 100644
--- a/Help/command/ctest_memcheck.rst
+++ b/Help/command/ctest_memcheck.rst
@@ -26,3 +26,7 @@ the number of tests to be run in parallel.
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 messages
+that would have otherwise been printed to the console. Output from
+the underlying tests are not affected.