diff options
author | Brad King <brad.king@kitware.com> | 2014-06-05 14:55:31 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-06-05 14:55:31 (GMT) |
commit | 2db73edc5cdaed0b426fb315097d34bc9bfc063b (patch) | |
tree | 9d5a4e3dea5d3a611b334c9fa538329d4ab69905 /Source | |
parent | 994f4b71fcc5f4487862bd610eab7114a616d643 (diff) | |
parent | 6446eb099ac962fbbd464bbabeb61c7626236688 (diff) | |
download | CMake-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
Diffstat (limited to 'Source')
-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 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."}, |