diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 18:50:10 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 20:46:24 (GMT) |
commit | 7f4b90a3a6d9adf34bc1b89c630107bf50fb0237 (patch) | |
tree | adaafc85c0a419079c47e26b83bd6055ad05e54c | |
parent | f7a13beaa4e7ef262004e37997ffc5d856fc26f2 (diff) | |
download | CMake-7f4b90a3a6d9adf34bc1b89c630107bf50fb0237.zip CMake-7f4b90a3a6d9adf34bc1b89c630107bf50fb0237.tar.gz CMake-7f4b90a3a6d9adf34bc1b89c630107bf50fb0237.tar.bz2 |
Help: Fix `ctest` options description
Missed empty line after `.. option::` and the next paragraph.
-rw-r--r-- | Help/manual/ctest.1.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index c85982c..ebcf517 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -76,6 +76,7 @@ Options displayed. This option will show all test output. .. option:: -VV, --extra-verbose + Enable more verbose output from tests. Test output is normally suppressed and only summary information is @@ -138,6 +139,7 @@ Options ``TestLoad`` option of the `CTest Test Step`_. .. option:: -Q, --quiet + Make CTest quiet. This option will suppress all the output. The output log file will @@ -406,7 +408,7 @@ Options .. option:: --test-dir <dir> -Specify the directory in which to look for tests. + Specify the directory in which to look for tests. .. option:: --test-output-size-passed <size> |