diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-16 21:02:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:01:58 (GMT) |
commit | 1643b905e02473536d60ef4102d3154a6c8816d1 (patch) | |
tree | 197f97549c4459cf1d70421134cbf1fe4e697c66 /Help | |
parent | 12db113944860269b72093424b17ad2f86bccf2f (diff) | |
download | CMake-1643b905e02473536d60ef4102d3154a6c8816d1.zip CMake-1643b905e02473536d60ef4102d3154a6c8816d1.tar.gz CMake-1643b905e02473536d60ef4102d3154a6c8816d1.tar.bz2 |
ctest_submit: Add QUIET option
Specifying this option prevents CTest from printing any non-error
messages to the console for this call to ctest_submit().
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/ctest_submit.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst index 2b83ed9..6fa1191 100644 --- a/Help/command/ctest_submit.rst +++ b/Help/command/ctest_submit.rst @@ -9,6 +9,7 @@ Submit results to a dashboard server. [RETRY_COUNT count] [RETRY_DELAY delay] [RETURN_VALUE res] + [QUIET] ) By default all available parts are submitted if no PARTS or FILES are @@ -38,6 +39,9 @@ timed-out submission before attempting to re-submit. The RETRY_COUNT option specifies how many times to retry a timed-out submission. +The QUIET option suppresses all non-error messages that would have +otherwise been printed by this call to ctest_submit(). + Submit to CDash Upload API ^^^^^^^^^^^^^^^^^^^^^^^^^^ |