summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2021-07-26 11:47:48 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-07-26 11:48:02 (GMT)
commit18259fa689aca9270ad93a43afe88e390a855cfd (patch)
tree03b3515cda2105720ae38b99fa33b91b880df46d /Help/manual
parentffbd3bb42f99be35218ff34040f795fbc66eb932 (diff)
parentba6d1947b6ef6186e84ee589d792bf9437f0d417 (diff)
downloadCMake-18259fa689aca9270ad93a43afe88e390a855cfd.zip
CMake-18259fa689aca9270ad93a43afe88e390a855cfd.tar.gz
CMake-18259fa689aca9270ad93a43afe88e390a855cfd.tar.bz2
Merge topic 'doc-ctest-output'
ba6d1947b6 Help: Add cross-references between test output size ctest variables cdde9e5a10 Help: Improve wording and cross-referencing for ctest JUnit output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6389
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/ctest.1.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst
index ab819f9..03d8bf6 100644
--- a/Help/manual/ctest.1.rst
+++ b/Help/manual/ctest.1.rst
@@ -137,8 +137,10 @@ Options
``--output-junit <file>``
Write test results in JUnit format.
- This option tells CTest to write test results to a ``<file>`` JUnit XML file.
- If ``<file>`` already exists it will be overwritten.
+ This option tells CTest to write test results to ``<file>`` in JUnit XML
+ format. If ``<file>`` already exists, it will be overwritten. If using the
+ ``-S`` option to run a dashboard script, use the ``OUTPUT_JUNIT`` keyword
+ with the :command:`ctest_test` command instead.
``-N,--show-only[=<format>]``
Disable actual execution of tests.