diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2014-06-05 10:35:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-05 14:51:39 (GMT) |
commit | 6446eb099ac962fbbd464bbabeb61c7626236688 (patch) | |
tree | 0d2405d7ffcd19b1950830e32d203a4822be0700 /Source/ctest.cxx | |
parent | cbc9a9514d0dd00b35b3de694dab02a387ec2b52 (diff) | |
download | CMake-6446eb099ac962fbbd464bbabeb61c7626236688.zip CMake-6446eb099ac962fbbd464bbabeb61c7626236688.tar.gz CMake-6446eb099ac962fbbd464bbabeb61c7626236688.tar.bz2 |
CTest: Added option description for --output-on-failure
Without it the option list is cut short after --debug.
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 3 |
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."}, |