summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-06-05 14:55:31 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-06-05 14:55:31 (GMT)
commit2db73edc5cdaed0b426fb315097d34bc9bfc063b (patch)
tree9d5a4e3dea5d3a611b334c9fa538329d4ab69905
parent994f4b71fcc5f4487862bd610eab7114a616d643 (diff)
parent6446eb099ac962fbbd464bbabeb61c7626236688 (diff)
downloadCMake-2db73edc5cdaed0b426fb315097d34bc9bfc063b.zip
CMake-2db73edc5cdaed0b426fb315097d34bc9bfc063b.tar.gz
CMake-2db73edc5cdaed0b426fb315097d34bc9bfc063b.tar.bz2
Merge topic 'fix-ctest-option-summary'
6446eb09 CTest: Added option description for --output-on-failure
-rw-r--r--Source/ctest.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 0848f19..167e348 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -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."},