[Cmake-commits] CMake branch, master, updated. v3.12.1-424-g556ad46
Kitware Robot
kwrobot at kitware.com
Thu Aug 16 07:15:10 EDT 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via 556ad468f5aec658eecb28b53ce796df7ae453eb (commit)
via a0916a46924bbc6aa8e6dbda52e183ea708d210f (commit)
from ba122ad2a48c58653dc033345f87fa6a717a8c8a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=556ad468f5aec658eecb28b53ce796df7ae453eb
commit 556ad468f5aec658eecb28b53ce796df7ae453eb
Merge: ba122ad a0916a4
Author: Craig Scott <craig.scott at crascit.com>
AuthorDate: Thu Aug 16 11:07:43 2018 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Aug 16 07:08:42 2018 -0400
Merge topic 'doc-cdash-upload-return-value'
a0916a4692 Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOAD
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !2291
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a0916a46924bbc6aa8e6dbda52e183ea708d210f
commit a0916a46924bbc6aa8e6dbda52e183ea708d210f
Author: Betsy McPhail <betsy.mcphail at kitware.com>
AuthorDate: Wed Aug 15 16:29:53 2018 -0400
Commit: Betsy McPhail <betsy.mcphail at kitware.com>
CommitDate: Wed Aug 15 16:29:53 2018 -0400
Help: Add RETURN_VALUE as an option to ctest_submit(CDASH_UPLOAD
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.
-----------------------------------------------------------------------
Summary of changes:
Help/command/ctest_submit.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list