Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Issue 1756017: Color by default only if TTY stdout. Recurse into results directories. (Closed)

Created:
10 years, 8 months ago by petkov
Modified:
9 years, 7 months ago
Reviewers:
kmixter1
CC:
chromium-os-reviews_chromium.org
Base URL:
ssh://git@chromiumos-git/chromeos
Visibility:
Public.

Description

Color by default only if TTY stdout. Recurse into results directories.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make the constant private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -10 lines) Patch
M src/scripts/generate_test_report View 1 6 chunks +19 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
petkov
... for BVTs, the recursion makes the report print separate lines for BootPerfServer and BootPerf ...
10 years, 8 months ago (2010-04-28 06:06:52 UTC) #1
kmixter1
LGTM http://codereview.chromium.org/1756017/diff/1/2 File src/scripts/generate_test_report (right): http://codereview.chromium.org/1756017/diff/1/2#newcode21 src/scripts/generate_test_report:21: STDOUT_IS_TTY = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty() _STDOUT_IS_TTY?
10 years, 7 months ago (2010-04-29 16:20:59 UTC) #2
petkov
10 years, 7 months ago (2010-04-29 16:51:31 UTC) #3
Pushing...

http://codereview.chromium.org/1756017/diff/1/2
File src/scripts/generate_test_report (right):

http://codereview.chromium.org/1756017/diff/1/2#newcode21
src/scripts/generate_test_report:21: STDOUT_IS_TTY = hasattr(sys.stdout,
'isatty') and sys.stdout.isatty()
On 2010/04/29 16:20:59, kmixter1 wrote:
> _STDOUT_IS_TTY?

Done.

Powered by Google App Engine
This is Rietveld 408576698