diff options
author | Brad King <brad.king@kitware.com> | 2016-10-14 18:42:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-14 18:43:46 (GMT) |
commit | 78b00f1d10f5bb0a152d7825ef554836b52f7977 (patch) | |
tree | 43d5a02d6923d1c2f0f231485dfb47efe2c568c8 /Help/command/ctest_configure.rst | |
parent | b99bbfe88d1bb02dc903507f3e1bbe716ac04c12 (diff) | |
download | CMake-78b00f1d10f5bb0a152d7825ef554836b52f7977.zip CMake-78b00f1d10f5bb0a152d7825ef554836b52f7977.tar.gz CMake-78b00f1d10f5bb0a152d7825ef554836b52f7977.tar.bz2 |
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.
Diffstat (limited to 'Help/command/ctest_configure.rst')
-rw-r--r-- | Help/command/ctest_configure.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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. |