summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-07-25 11:31:48 (GMT)
committerCraig Scott <craig.scott@crascit.com>2021-07-25 11:37:29 (GMT)
commitcdde9e5a10f22caa925d5391f406c6eaf3333f70 (patch)
tree5619d46b939ff3a0c62398358ee94121b29abdae /Help/command
parente98bfa484f0e36a064fd83fc290751960a9facdd (diff)
downloadCMake-cdde9e5a10f22caa925d5391f406c6eaf3333f70.zip
CMake-cdde9e5a10f22caa925d5391f406c6eaf3333f70.tar.gz
CMake-cdde9e5a10f22caa925d5391f406c6eaf3333f70.tar.bz2
Help: Improve wording and cross-referencing for ctest JUnit output
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_test.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst
index 2104c47..89787d1 100644
--- a/Help/command/ctest_test.rst
+++ b/Help/command/ctest_test.rst
@@ -155,12 +155,12 @@ The options are:
Store in the ``<result-var>`` variable -1 if there are any errors running
the command and prevent ctest from returning non-zero if an error occurs.
-``OUTPUT_JUNIT``
+``OUTPUT_JUNIT <file>``
.. versionadded:: 3.21
Write test results to ``<file>`` in JUnit XML format. If ``<file>`` is a
- relative path it will be placed in the build directory. If ``<file>>``
- already exists it will be overwritten. Note that the resulting JUnit XML
+ relative path, it will be placed in the build directory. If ``<file>``
+ already exists, it will be overwritten. Note that the resulting JUnit XML
file is **not** uploaded to CDash because it would be redundant with
CTest's ``Test.xml`` file.