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

Unified Diff: client/deps/chrome_test/chrome_test.py

Issue 3175004: Chrome autotest build speedup (Closed) Base URL: ssh://gitrw.chromium.org/autotest.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/chrome_test/chrome_test.py
diff --git a/client/deps/chrome_test/chrome_test.py b/client/deps/chrome_test/chrome_test.py
index 3612e2687a4211c6a3812067daad85a7971d3757..a535cfa23b95ab85865590496575f9615261f7df 100755
--- a/client/deps/chrome_test/chrome_test.py
+++ b/client/deps/chrome_test/chrome_test.py
@@ -21,7 +21,7 @@ def setup(top_dir):
testsrc_dir = top_dir + '/test_src'
# Copy test build outputs.
- utils.run('cp -r %s %s' % (chrome_test_files, testsrc_dir))
+ utils.run('cp -ral %s %s' % (chrome_test_files, testsrc_dir))
davidjames 2010/08/11 21:09:57 From the docs for cp, -a is the "same as -dpR". So
pwd = os.getcwd()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698