diff options
author | Brad King <brad.king@kitware.com> | 2017-01-20 16:54:28 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-20 16:54:28 (GMT) |
commit | 22d240184cfe5afda325551b68610bf7160afa8b (patch) | |
tree | 0e433e70596e78cdf50448f5cddfccc075b50c36 /Help/command | |
parent | 45dea920ab4e96f84f43eab906dca3c51bd12c31 (diff) | |
parent | 05ed82b1d2175410e8cf4d7f8b4b7ba0514d2589 (diff) | |
download | CMake-22d240184cfe5afda325551b68610bf7160afa8b.zip CMake-22d240184cfe5afda325551b68610bf7160afa8b.tar.gz CMake-22d240184cfe5afda325551b68610bf7160afa8b.tar.bz2 |
Merge topic 'cdash_upload_retry'
05ed82b1 ctest_submit: Update documentation for CDash upload retries
0ce7643a ctest_submit: improve handling of QUIET option
5614a5cd ctest_submit: Allow RETRY_COUNT for CDASH_UPLOAD
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/ctest_submit.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst index 6830b59..a7d9708 100644 --- a/Help/command/ctest_submit.rst +++ b/Help/command/ctest_submit.rst @@ -56,10 +56,16 @@ Submit to CDash Upload API :: - ctest_submit(CDASH_UPLOAD <file> [CDASH_UPLOAD_TYPE <type>]) + ctest_submit(CDASH_UPLOAD <file> [CDASH_UPLOAD_TYPE <type>] + [RETRY_COUNT <count>] + [RETRY_DELAY <delay>] + [QUIET]) This second signature is used to upload files to CDash via the CDash file upload API. The api first sends a request to upload to CDash along with a content hash of the file. If CDash does not already have the file, then it is uploaded. Along with the file, a CDash type string is specified to tell CDash which handler to use to process the data. + +This signature accepts the ``RETRY_COUNT``, ``RETRY_DELAY``, and ``QUIET`` +options as described above. |