Restore 103787 (fix git progress message), and update test expectations.
Review URL: http://codereview.chromium.org/8161009
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@104504 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gclient_utils.py b/gclient_utils.py
index 375dd57..958034d 100644
--- a/gclient_utils.py
+++ b/gclient_utils.py
@@ -360,6 +360,9 @@
else:
filter_fn(in_line)
in_line = ''
+ else:
+ filter_fn(in_line)
+ in_line = ''
in_byte = kid.stdout.read(1)
# Flush the rest of buffered output. This is only an issue with
# stdout/stderr not ending with a \n.