mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-25 08:46:18 +00:00
Merge topic 'fix-ctest-option-summary'
6446eb09 CTest: Added option description for --output-on-failure
This commit is contained in:
@@ -45,7 +45,8 @@ static const char * cmDocumentationOptions[][2] =
|
||||
{"-V,--verbose", "Enable verbose output from tests."},
|
||||
{"-VV,--extra-verbose", "Enable more verbose output from tests."},
|
||||
{"--debug", "Displaying more verbose internals of CTest."},
|
||||
{"--output-on-failure"},
|
||||
{"--output-on-failure", "Output anything outputted by the test program "
|
||||
"if the test should fail."},
|
||||
{"-F", "Enable failover."},
|
||||
{"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the"
|
||||
"given number of jobs."},
|
||||
|
||||
Reference in New Issue
Block a user