Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
6446eb09
Commit
6446eb09
authored
Jun 05, 2014
by
Nils Gladitz
Committed by
Brad King
Jun 05, 2014
Browse files
CTest: Added option description for --output-on-failure
Without it the option list is cut short after --debug.
parent
cbc9a951
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
6446eb09
...
...
@@ -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."
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment