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

Issue 6529010: Add --quiet to run_remote_tests, and use it (Closed)

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

Description

Add --quiet to run_remote_tests, and use it Change-Id: I91f490ba4c4a834ba01b671c56c63ba230561ada BUG=chromium-os:11680 TEST=Manual Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=5b7e1d5

Patch Set 1 #

Patch Set 2 : Fix quiet help message #

Total comments: 2

Patch Set 3 : Exit properly if autoserv returns an error. #

Patch Set 4 : Fix exit code handling (again). #

Patch Set 5 : Rename Option. #

Total comments: 3

Patch Set 6 : Use || method. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -6 lines) Patch
M bin/cros_au_test_harness.py View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M run_remote_tests.sh View 1 2 3 4 5 3 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
dgarrett
--verbose means to run autoserv with --verbose. Right now you can use both and it ...
9 years, 10 months ago (2011-02-15 03:22:24 UTC) #1
dgarrett
PTAL
9 years, 10 months ago (2011-02-15 20:01:33 UTC) #2
sosa
LG overall. Cpl questions/ comments. Sorry for taking so long to get to this ...
9 years, 10 months ago (2011-02-15 22:16:47 UTC) #3
dgarrett
PTAL. Renamed the option, and dealt with -e problems, even did a test via kill ...
9 years, 10 months ago (2011-02-15 22:52:16 UTC) #4
sosa
http://codereview.chromium.org/6529010/diff/4003/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/6529010/diff/4003/run_remote_tests.sh#newcode335 run_remote_tests.sh:335: fi It is preferred not to set +e / ...
9 years, 10 months ago (2011-02-16 00:13:51 UTC) #5
dgarrett
http://codereview.chromium.org/6529010/diff/4003/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/6529010/diff/4003/run_remote_tests.sh#newcode335 run_remote_tests.sh:335: fi Which which exact syntax, and do you lose ...
9 years, 10 months ago (2011-02-16 00:40:48 UTC) #6
sosa
Just meant to do something more like: result="$(ssh-add $tmp_private_key 2>&1)" || die "$result" On Tue, ...
9 years, 10 months ago (2011-02-16 00:46:42 UTC) #7
sosa
For example: returnval=0 result="$(ssh-add $tmp_private_key 2>&1)" || return_val=1 On Tue, Feb 15, 2011 at 4:46 ...
9 years, 10 months ago (2011-02-16 00:47:20 UTC) #8
dgarrett
Okay, got it. I hope. Finally. http://codereview.chromium.org/6529010/diff/4003/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/6529010/diff/4003/run_remote_tests.sh#newcode335 run_remote_tests.sh:335: fi On 2011/02/16 ...
9 years, 10 months ago (2011-02-16 01:06:32 UTC) #9
sosa
LGTM
9 years, 10 months ago (2011-02-16 01:07:20 UTC) #10
sosa
9 years, 10 months ago (2011-02-16 01:07:21 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld 408576698