1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 12:53:55 +08:00

CTest: Added option description for --output-on-failure

Without it the option list is cut short after --debug.
This commit is contained in:
Nils Gladitz
2014-06-05 12:35:14 +02:00
committed by Brad King
parent cbc9a9514d
commit 6446eb099a

View File

@@ -44,7 +44,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."},