From 6446eb099ac962fbbd464bbabeb61c7626236688 Mon Sep 17 00:00:00 2001 From: Nils Gladitz Date: Thu, 5 Jun 2014 12:35:14 +0200 Subject: [PATCH] CTest: Added option description for --output-on-failure Without it the option list is cut short after --debug. --- Source/ctest.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 3eb555195..b6b3d313b 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 , --parallel ", "Run the tests in parallel using the" "given number of jobs."},