summaryrefslogtreecommitdiffstats
path: root/Help/command/ctest_test.rst
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2015-02-17 19:23:56 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-23 15:01:59 (GMT)
commit876a680d4851a39e77b49daa3c670fe2e535c1e6 (patch)
tree74a2032fe2e2029a6b26d3991771f26957828344 /Help/command/ctest_test.rst
parent49ba4545c272f5bb00828dfe35e5a63749b4aa43 (diff)
downloadCMake-876a680d4851a39e77b49daa3c670fe2e535c1e6.zip
CMake-876a680d4851a39e77b49daa3c670fe2e535c1e6.tar.gz
CMake-876a680d4851a39e77b49daa3c670fe2e535c1e6.tar.bz2
ctest_test: Add QUIET option
Diffstat (limited to 'Help/command/ctest_test.rst')
-rw-r--r--Help/command/ctest_test.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst
index 5f28083..ee76e91 100644
--- a/Help/command/ctest_test.rst
+++ b/Help/command/ctest_test.rst
@@ -31,3 +31,9 @@ tests should all stop running.
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 test command is not affected. Summary info detailing
+the percentage of passing tests is also unaffected by the QUIET
+option.