Browse Source

Merge branch 'fix-ctest-option-summary' into release

Brad King 11 years ago
parent
commit
eca798149b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Source/ctest.cxx

+ 2 - 1
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."},