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

Issue 3175004: Chrome autotest build speedup (Closed)

Created:
10 years, 4 months ago by zel
Modified:
9 years, 6 months ago
Reviewers:
davidjames
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Base URL:
ssh://gitrw.chromium.org/autotest.git
Visibility:
Public.

Description

Chrome autotest build speedup BUG=chromium-os:5691 TEST=make sure chrome builds are speedy again

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M client/deps/chrome_test/chrome_test.py View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2 (0 generated)
zel
10 years, 4 months ago (2010-08-11 19:00:12 UTC) #1
davidjames
10 years, 4 months ago (2010-08-11 21:09:57 UTC) #2
LGTM w/nit

http://codereview.chromium.org/3175004/diff/1/2
File client/deps/chrome_test/chrome_test.py (right):

http://codereview.chromium.org/3175004/diff/1/2#newcode24
client/deps/chrome_test/chrome_test.py:24: utils.run('cp -ral %s %s' %
(chrome_test_files, testsrc_dir))
From the docs for cp, -a is the "same as -dpR". So the -r here is not needed,
but -a and -l are needed.

Powered by Google App Engine
This is Rietveld 408576698