diff options
author | Brad King <brad.king@kitware.com> | 2014-06-05 14:57:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-05 14:57:02 (GMT) |
commit | eca798149b7cde03bce618ce4b1046a0e2356ce0 (patch) | |
tree | ef0171de60075265dfc62f4221d2e146fcb4f071 | |
parent | 695ce68419d52b9e6762f9bd85cba4f91bd07915 (diff) | |
parent | 6446eb099ac962fbbd464bbabeb61c7626236688 (diff) | |
download | CMake-eca798149b7cde03bce618ce4b1046a0e2356ce0.zip CMake-eca798149b7cde03bce618ce4b1046a0e2356ce0.tar.gz CMake-eca798149b7cde03bce618ce4b1046a0e2356ce0.tar.bz2 |
Merge branch 'fix-ctest-option-summary' into release
-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."}, |