From 170ec486014958c372df4c38e940d50b2c0dc0af Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 8 Mar 2024 16:16:26 -0500 Subject: Help: Improve ctest tests-from-file documentation wording and wrapping --- Help/manual/ctest.1.rst | 8 ++++---- 1 file 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``. -- cgit v0.12