diff options
author | Brad King <brad.king@kitware.com> | 2024-03-08 21:16:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-03-08 21:26:12 (GMT) |
commit | 170ec486014958c372df4c38e940d50b2c0dc0af (patch) | |
tree | a02d35ef80c64e7ae30d93266534608a6af4b369 /Help | |
parent | 1a4837641e8fad5d8a0c611ca1c70543c5748fe2 (diff) | |
download | CMake-170ec486014958c372df4c38e940d50b2c0dc0af.zip CMake-170ec486014958c372df4c38e940d50b2c0dc0af.tar.gz CMake-170ec486014958c372df4c38e940d50b2c0dc0af.tar.bz2 |
Help: Improve ctest tests-from-file documentation wording and wrapping
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index aa95ac6..9f2eb13 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -240,8 +240,8 @@ Run Tests Run tests listed in the given file. - This option tells CTest to run the tests which are listed in the given - file. The file must contain one exact test name per line. + This option tells CTest to run tests that are listed in the given file. + The file must contain one exact test name per line. Lines that do not exactly match any test names are ignored. This option can be combined with the other options like ``-R``, ``-E``, ``-L`` or ``-LE``. @@ -252,8 +252,8 @@ Run Tests Exclude tests listed in the given file. - This option tells CTest to NOT run the tests which are listed in the given - file. The file must contain one exact test name per line. + This option tells CTest to NOT run tests that are listed in the given file. + The file must contain one exact test name per line. Lines that do not exactly match any test names are ignored. This option can be combined with the other options like ``-R``, ``-E``, ``-L`` or ``-LE``. |