Chromium Code Reviews

Issue 3310026: Automatically disable progress for non tty output, i.e. when it's redirected. (Closed)

Created:
10 years, 3 months ago by M-A Ruel
Modified:
9 years, 7 months ago
Reviewers:
bradnelson, bradn
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Automatically disable progress for non tty output, i.e. when it's redirected. Otherwise, a VT100 terminal will soon be assumed. TEST=touch foo.txt; gclient sync >> foo.txt &; tail -F foo.txt doesn't show progress. BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=59101

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+2 lines, -1 line)
M gclient.py View 1 chunk +2 lines, -1 line 0 comments

Messages

Total messages: 2 (0 generated)
M-A Ruel
10 years, 3 months ago (2010-09-10 15:01:03 UTC) #1
bradn
10 years, 3 months ago (2010-09-10 16:44:58 UTC) #2
LGTM

Powered by Google App Engine