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

Issue 1194001: Add --jobs option to build_autotest.sh (Closed)

Created:
10 years, 9 months ago by robotboy
Modified:
9 years, 7 months ago
Reviewers:
petkov, sosa
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

Add --jobs option to build_autotest.sh

Patch Set 1 #

Total comments: 2

Patch Set 2 : add braces and double quotes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/scripts/build_autotest.sh View 1 3 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
robotboy
10 years, 9 months ago (2010-03-23 19:46:51 UTC) #1
sosa
10 years, 9 months ago (2010-03-23 19:49:14 UTC) #2
LGTM with a nit.

http://codereview.chromium.org/1194001/diff/1/2
File src/scripts/build_autotest.sh (right):

http://codereview.chromium.org/1194001/diff/1/2#newcode39
src/scripts/build_autotest.sh:39: if [[ $FLAGS_jobs -ne -1 ]]; then
use {} around script variables

http://codereview.chromium.org/1194001/diff/1/2#newcode40
src/scripts/build_autotest.sh:40: EMERGE_JOBS="--jobs=$FLAGS_jobs"
ditto

Powered by Google App Engine
This is Rietveld 408576698