summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2015-07-03 20:52:23 (GMT)
committerBrad King <brad.king@kitware.com>2015-07-06 18:04:35 (GMT)
commit140b18648030135fbfc8fb074317c77d93a4b584 (patch)
tree1b7b102f6dcda16420e1c3fe5f332b1e02d491fb /Source/cmCTest.h
parent7e86f567aca6b913689dc2d8c17a17936284b811 (diff)
downloadCMake-140b18648030135fbfc8fb074317c77d93a4b584.zip
CMake-140b18648030135fbfc8fb074317c77d93a4b584.tar.gz
CMake-140b18648030135fbfc8fb074317c77d93a4b584.tar.bz2
CTest: hide progress ticks in verbose output
The progress ticks and information about the length of the output are useful when the actual output is not visible. When the output is printed, the progress ticks * add no useful information, * do not look pretty, and * make the output hard to parse for tools.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index 47245ae..73c2807 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -382,6 +382,7 @@ public:
DEBUG = 0,
OUTPUT,
HANDLER_OUTPUT,
+ HANDLER_PROGRESS_OUTPUT,
HANDLER_VERBOSE_OUTPUT,
WARNING,
ERROR_MESSAGE,