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

Issue 2838024: Add -uDn flag to autotest emerge command. (Closed)

Created:
10 years, 6 months ago by ericli
Modified:
9 years, 7 months ago
Reviewers:
sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://git@chromiumos-git/crosutils.git
Visibility:
Public.

Description

Add -uDn flag to autotest emerge command.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M autotest View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ericli
10 years, 6 months ago (2010-06-24 18:14:31 UTC) #1
sosa
10 years, 6 months ago (2010-06-24 20:49:20 UTC) #2
LGTM

On Thu, Jun 24, 2010 at 11:14 AM,  <ericli@chromium.org> wrote:
> Reviewers: sosa,
>
> Description:
> Add -uDn flag to autotest emerge command.
>
> Please review this at http://codereview.chromium.org/2838024/show
>
> SVN Base: ssh://git@chromiumos-git/crosutils.git
>
> Affected files:
>  M autotest
>
>
> Index: autotest
> diff --git a/autotest b/autotest
> index
>
1ab04e3083485d3dfb11dfe88170acdb501ad839..823ea91c33f7408cc877bf4f2e7e9c317d5c46fe
> 100755
> --- a/autotest
> +++ b/autotest
> @@ -185,6 +185,7 @@ def build_autotest(options):
>   environ['TEST_LIST'] = test_list
>   environ['USE'] = use_flag
>   emerge_cmd = ['emerge-%s' % options.board,
> +                '-uDn',
>                 'chromeos-base/autotest']
>   if emerge_jobs:
>     emerge_cmd.append(emerge_jobs)
>
>
>

Powered by Google App Engine
This is Rietveld 408576698