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

Issue 6877015: Add combine_stdout_stderr as well as make success less verbose. (Closed)

Created:
9 years, 8 months ago by sosa
Modified:
9 years, 8 months ago
Reviewers:
dgarrett
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

Add combine_stdout_stderr as well as make success less verbose. Change-Id: If46fd1558a00498ce4721dd756532e916f49bc19 BUG=chromium-os:12950 TEST=Ran with autestharness and ran unittests. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=c894a0a

Patch Set 1 #

Total comments: 2

Patch Set 2 : Cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -10 lines) Patch
M lib/cros_build_lib.py View 1 4 chunks +9 lines, -8 lines 0 comments Download
M lib/cros_vm_lib.sh View 1 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sosa
Our logs are getting overly verbose. This is an effort to clean that up.
9 years, 8 months ago (2011-04-18 21:26:08 UTC) #1
dgarrett
9 years, 8 months ago (2011-04-18 23:13:20 UTC) #2
LGTM with two nits.

http://codereview.chromium.org/6877015/diff/1/lib/cros_build_lib.py
File lib/cros_build_lib.py (right):

http://codereview.chromium.org/6877015/diff/1/lib/cros_build_lib.py#newcode49
lib/cros_build_lib.py:49: combine_stdout_stderr: Combines stdout and stdin
streams into stdout.  Auto
'.  Auto' should be:
'. Auto'

http://codereview.chromium.org/6877015/diff/1/lib/cros_build_lib.py#newcode113
lib/cros_build_lib.py:113: if not error_ok:
Might as well do this...

if proc.returncode != 0 and not error_ok:

Powered by Google App Engine
This is Rietveld 408576698