diff options
author | Craig Scott <craig.scott@crascit.com> | 2021-07-25 11:31:48 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2021-07-25 11:37:29 (GMT) |
commit | cdde9e5a10f22caa925d5391f406c6eaf3333f70 (patch) | |
tree | 5619d46b939ff3a0c62398358ee94121b29abdae /Help/manual/ctest.1.rst | |
parent | e98bfa484f0e36a064fd83fc290751960a9facdd (diff) | |
download | CMake-cdde9e5a10f22caa925d5391f406c6eaf3333f70.zip CMake-cdde9e5a10f22caa925d5391f406c6eaf3333f70.tar.gz CMake-cdde9e5a10f22caa925d5391f406c6eaf3333f70.tar.bz2 |
Help: Improve wording and cross-referencing for ctest JUnit output
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 6 |
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. |