[Cmake-commits] CMake branch, next, updated. v3.7.0-rc1-490-gc7a826a

Brad King brad.king at kitware.com
Fri Oct 14 14:46:10 EDT 2016


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, next has been updated
       via  c7a826a42d0d31dc494da0c07ba23af24b152554 (commit)
       via  78b00f1d10f5bb0a152d7825ef554836b52f7977 (commit)
      from  e0a44b614ced7559f596649ac159f35bc65aa35d (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=c7a826a42d0d31dc494da0c07ba23af24b152554
commit c7a826a42d0d31dc494da0c07ba23af24b152554
Merge: e0a44b6 78b00f1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 14 14:46:06 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 14 14:46:06 2016 -0400

    Merge topic 'doc-clarify-ctest-APPEND' into next
    
    78b00f1d Help: Clarify `ctest_*` APPEND option behavior


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=78b00f1d10f5bb0a152d7825ef554836b52f7977
commit 78b00f1d10f5bb0a152d7825ef554836b52f7977
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 14 14:42:48 2016 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Oct 14 14:43:46 2016 -0400

    Help: Clarify `ctest_*` APPEND option behavior
    
    Explicitly state that this marks the `.xml` to tell the dashboard
    server to append it to previously submitted results and that it
    does not cause results to be appended to the `.xml` file.

diff --git a/Help/command/ctest_build.rst b/Help/command/ctest_build.rst
index d3ceb2d..55bb4a3 100644
--- a/Help/command/ctest_build.rst
+++ b/Help/command/ctest_build.rst
@@ -30,9 +30,11 @@ The options are:
   :variable:`CTEST_BINARY_DIRECTORY` variable is used.
 
 ``APPEND``
-  Mark results for append to those previously submitted to a
+  Mark ``Build.xml`` for append to results previously submitted to a
   dashboard server since the last :command:`ctest_start` call.
   Append semantics are defined by the dashboard server in use.
+  This does *not* cause results to be appended to a ``.xml`` file
+  produced by a previous call to this command.
 
 ``CONFIGURATION <config>``
   Specify the build configuration (e.g. ``Debug``).  If not
diff --git a/Help/command/ctest_configure.rst b/Help/command/ctest_configure.rst
index b11e77c..2dea07b 100644
--- a/Help/command/ctest_configure.rst
+++ b/Help/command/ctest_configure.rst
@@ -23,9 +23,11 @@ The options are:
   :variable:`CTEST_SOURCE_DIRECTORY` variable is used.
 
 ``APPEND``
-  Mark results for append to those previously submitted to a
+  Mark ``Configure.xml`` for append to results previously submitted to a
   dashboard server since the last :command:`ctest_start` call.
   Append semantics are defined by the dashboard server in use.
+  This does *not* cause results to be appended to a ``.xml`` file
+  produced by a previous call to this command.
 
 ``OPTIONS <options>``
   Specify command-line arguments to pass to the configuration tool.
diff --git a/Help/command/ctest_coverage.rst b/Help/command/ctest_coverage.rst
index ec1ee25..8d27b9c 100644
--- a/Help/command/ctest_coverage.rst
+++ b/Help/command/ctest_coverage.rst
@@ -22,9 +22,11 @@ The options are:
   :variable:`CTEST_BINARY_DIRECTORY` variable is used.
 
 ``APPEND``
-  Mark results for append to those previously submitted to a
+  Mark ``Coverage.xml`` for append to results previously submitted to a
   dashboard server since the last :command:`ctest_start` call.
   Append semantics are defined by the dashboard server in use.
+  This does *not* cause results to be appended to a ``.xml`` file
+  produced by a previous call to this command.
 
 ``LABELS``
   Filter the coverage report to include only source files labeled
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst
index 551bc58..ce50d42 100644
--- a/Help/command/ctest_test.rst
+++ b/Help/command/ctest_test.rst
@@ -32,9 +32,11 @@ The options are:
   :variable:`CTEST_BINARY_DIRECTORY` variable is used.
 
 ``APPEND``
-  Mark results for append to those previously submitted to a
+  Mark ``Test.xml`` for append to results previously submitted to a
   dashboard server since the last :command:`ctest_start` call.
   Append semantics are defined by the dashboard server in use.
+  This does *not* cause results to be appended to a ``.xml`` file
+  produced by a previous call to this command.
 
 ``START <start-number>``
   Specify the beginning of a range of test numbers.

-----------------------------------------------------------------------

Summary of changes:
 Help/command/ctest_build.rst     |    4 +++-
 Help/command/ctest_configure.rst |    4 +++-
 Help/command/ctest_coverage.rst  |    4 +++-
 Help/command/ctest_test.rst      |    4 +++-
 4 files changed, 12 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list