diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2015-02-17 16:45:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-02-23 15:01:59 (GMT) |
commit | 645ad117e1c8b3b99fda128daad708a87c0a3f2e (patch) | |
tree | 7a8c3cbccd0cdc6db300ddfb7a8e5936b95d20d4 /Help/command/ctest_update.rst | |
parent | 19d1a5599a08f2e8d74c4483cb9ee6d34e38ecba (diff) | |
download | CMake-645ad117e1c8b3b99fda128daad708a87c0a3f2e.zip CMake-645ad117e1c8b3b99fda128daad708a87c0a3f2e.tar.gz CMake-645ad117e1c8b3b99fda128daad708a87c0a3f2e.tar.bz2 |
ctest_update: Add QUIET option
Diffstat (limited to 'Help/command/ctest_update.rst')
-rw-r--r-- | Help/command/ctest_update.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Help/command/ctest_update.rst b/Help/command/ctest_update.rst index d34e192..01e357b 100644 --- a/Help/command/ctest_update.rst +++ b/Help/command/ctest_update.rst @@ -5,9 +5,14 @@ Update the work tree from version control. :: - ctest_update([SOURCE source] [RETURN_VALUE res]) + ctest_update([SOURCE source] [RETURN_VALUE res] [QUIET]) Updates the given source directory and stores results in Update.xml. If no SOURCE is given, the CTEST_SOURCE_DIRECTORY variable is used. The RETURN_VALUE option specifies a variable in which to store the result, which is the number of files updated or -1 on error. + +If QUIET is specified then CTest will suppress most non-error +messages that it would have otherwise printed to the console. +CTest will still report the new revision of the repository +and any conflicting files that were found. |