diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-22 18:04:13 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-09-22 18:04:13 (GMT) |
commit | 43fe0d3978a81b74be42c0e975bdfe0092778b48 (patch) | |
tree | ea9ef04f8c3cf88521ed08cdbfe7e52dfe4405ea /Source/ctest.cxx | |
parent | ae9f9e6994c430d697387bb005616bda4a9c09b8 (diff) | |
download | CMake-43fe0d3978a81b74be42c0e975bdfe0092778b48.zip CMake-43fe0d3978a81b74be42c0e975bdfe0092778b48.tar.gz CMake-43fe0d3978a81b74be42c0e975bdfe0092778b48.tar.bz2 |
ENH: add max width option to ctest ouptut
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx index ddd22ad..9401574 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -128,8 +128,11 @@ static const char * cmDocumentationOptions[][3] = {"-U, --union", "Take the Union of -I and -R", "When both -R and -I are specified by default the intersection of " "tests are run. By specifying -U the union of tests is run instead."}, + {"--max-width <width>", "Set the max width for a test name to output", + "Set the maximum width for each test name to show in the output. This " + "allows the user to widen the output to avoid cliping the test name which " + "can be very annoying."}, {"--interactive-debug-mode [0|1]", "Set the interactive mode to 0 or 1.", - "This option causes ctest to run tests in either an interactive mode or " "a non-interactive mode. On Windows this means that in non-interactive " "mode, all system debug pop up windows are blocked. In dashboard mode " |