diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-07-26 11:47:48 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-07-26 11:48:02 (GMT) |
commit | 18259fa689aca9270ad93a43afe88e390a855cfd (patch) | |
tree | 03b3515cda2105720ae38b99fa33b91b880df46d /Help/command/ctest_test.rst | |
parent | ffbd3bb42f99be35218ff34040f795fbc66eb932 (diff) | |
parent | ba6d1947b6ef6186e84ee589d792bf9437f0d417 (diff) | |
download | CMake-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/command/ctest_test.rst')
-rw-r--r-- | Help/command/ctest_test.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index 9c4df22..4e5484f 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. |