Re: [cmake-developers] CTest: hide progress ticks in verbose output

2015-07-06 Thread Brad King
On 07/03/2015 05:02 PM, Daniel Pfeifer wrote: > The attached patch hides the progress ticks when the output is shown (-VV). Good idea. Applied: CTest: hide progress ticks in verbose output http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=140b1864 Thanks, -Brad -- Powered by www.kitware.c

[cmake-developers] CTest: hide progress ticks in verbose output

2015-07-03 Thread Daniel Pfeifer
Hi, 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 * make the output hard to parse for tools. The attached patch hides the progres