summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-05 14:57:02 (GMT)
committerBrad King <brad.king@kitware.com>2014-06-05 14:57:02 (GMT)
commiteca798149b7cde03bce618ce4b1046a0e2356ce0 (patch)
treeef0171de60075265dfc62f4221d2e146fcb4f071 /Source
parent695ce68419d52b9e6762f9bd85cba4f91bd07915 (diff)
parent6446eb099ac962fbbd464bbabeb61c7626236688 (diff)
downloadCMake-eca798149b7cde03bce618ce4b1046a0e2356ce0.zip
CMake-eca798149b7cde03bce618ce4b1046a0e2356ce0.tar.gz
CMake-eca798149b7cde03bce618ce4b1046a0e2356ce0.tar.bz2
Merge branch 'fix-ctest-option-summary' into release
Diffstat (limited to 'Source')
-rw-r--r--Source/ctest.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 3eb5551..b6b3d31 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -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."},