diff options
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index edbd5a4..0e90ab6 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -250,9 +250,9 @@ 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. - Lines can be commented out using a ``#``. + 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``. @@ -262,9 +262,9 @@ 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. - Lines can be commented out using a ``#``. + 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``. |