From 7fb64deba5ccdda9c9375dd91cde75a05e7c62a0 Mon Sep 17 00:00:00 2001 From: Matt Kangas Date: Mon, 13 Oct 2014 10:29:24 -0400 Subject: [PATCH] SERVER-15618 Turn off "Done" for each file so we can see failures more easily Reapply 317272e after cpplint.py update --- buildscripts/cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/cpplint.py b/buildscripts/cpplint.py index 66b1d9b8212..008e4038a08 100644 --- a/buildscripts/cpplint.py +++ b/buildscripts/cpplint.py @@ -6026,7 +6026,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]): Error(filename, linenum, 'whitespace/newline', 1, 'Unexpected \\r (^M) found; better to use only \\n') - sys.stderr.write('Done processing %s\n' % filename) + #sys.stderr.write('Done processing %s\n' % filename) _RestoreFilters()