diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-18 14:15:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:02:00 (GMT) |
commit | ff1ddd2a73dd04e3015c2bc4ffe345f8c6ca02ee (patch) | |
tree | e17d8bfee7775b8b52b87b345b2d02897a1b38ae /Help/command | |
parent | 0b87b2a33902ac000a0073a1def887599c69809d (diff) | |
download | CMake-ff1ddd2a73dd04e3015c2bc4ffe345f8c6ca02ee.zip CMake-ff1ddd2a73dd04e3015c2bc4ffe345f8c6ca02ee.tar.gz CMake-ff1ddd2a73dd04e3015c2bc4ffe345f8c6ca02ee.tar.bz2 |
ctest_upload: Add QUIET option
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_upload.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Help/command/ctest_upload.rst b/Help/command/ctest_upload.rst index 9156af5..fcd9fe4 100644 --- a/Help/command/ctest_upload.rst +++ b/Help/command/ctest_upload.rst @@ -5,7 +5,10 @@ Upload files to a dashboard server. :: - ctest_upload(FILES ...) + ctest_upload(FILES ... [QUIET]) Pass a list of files to be sent along with the build results to the dashboard server. + +The QUIET option suppresses any CTest-specific non-error output +that would have been printed to the console otherwise. |