summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBetsy McPhail <betsy.mcphail@kitware.com>2018-08-15 20:29:53 (GMT)
committerBetsy McPhail <betsy.mcphail@kitware.com>2018-08-15 20:29:53 (GMT)
commita0916a46924bbc6aa8e6dbda52e183ea708d210f (patch)
treea6e902c2efa6df64815c36e67d5b7ca6063bd4b1
parent349f8bfb25349892fb2c4e5a9942e4bd63f86f49 (diff)
downloadCMake-a0916a46924bbc6aa8e6dbda52e183ea708d210f.zip
CMake-a0916a46924bbc6aa8e6dbda52e183ea708d210f.tar.gz
CMake-a0916a46924bbc6aa8e6dbda52e183ea708d210f.tar.bz2
Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOAD
-rw-r--r--Help/command/ctest_submit.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst
index cc9612b..a412792 100644
--- a/Help/command/ctest_submit.rst
+++ b/Help/command/ctest_submit.rst
@@ -65,6 +65,7 @@ Submit to CDash Upload API
[HTTPHEADER <header>]
[RETRY_COUNT <count>]
[RETRY_DELAY <delay>]
+ [RETURN_VALUE <result-var>]
[QUIET])
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
to tell CDash which handler to use to process the data.
-This signature accepts the ``HTTPHEADER``, ``RETRY_COUNT``, ``RETRY_DELAY``, and
-``QUIET`` options as described above.
+This signature accepts the ``HTTPHEADER``, ``RETRY_COUNT``, ``RETRY_DELAY``,
+``RETURN_VALUE`` and ``QUIET`` options as described above.