mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 21:00:01 -05:00
Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOAD
This commit is contained in:
@@ -65,6 +65,7 @@ Submit to CDash Upload API
|
|||||||
[HTTPHEADER <header>]
|
[HTTPHEADER <header>]
|
||||||
[RETRY_COUNT <count>]
|
[RETRY_COUNT <count>]
|
||||||
[RETRY_DELAY <delay>]
|
[RETRY_DELAY <delay>]
|
||||||
|
[RETURN_VALUE <result-var>]
|
||||||
[QUIET])
|
[QUIET])
|
||||||
|
|
||||||
This second signature is used to upload files to CDash via the CDash
|
This second signature is used to upload files to CDash via the CDash
|
||||||
@@ -73,5 +74,5 @@ 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
|
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.
|
to tell CDash which handler to use to process the data.
|
||||||
|
|
||||||
This signature accepts the ``HTTPHEADER``, ``RETRY_COUNT``, ``RETRY_DELAY``, and
|
This signature accepts the ``HTTPHEADER``, ``RETRY_COUNT``, ``RETRY_DELAY``,
|
||||||
``QUIET`` options as described above.
|
``RETURN_VALUE`` and ``QUIET`` options as described above.
|
||||||
|
|||||||
Reference in New Issue
Block a user