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

Side by Side Diff: server/prebuild.py

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « server/hosts/serial.py ('k') | server/server_job.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2010 Google Inc. Released under the GPL v2 1 # Copyright 2010 Google Inc. Released under the GPL v2
2 # 2 #
3 # Eric Li <ericli@google.com> 3 # Eric Li <ericli@google.com>
4 4
5 import logging, os, pickle, re, sys 5 import logging, os, pickle, re, sys
6 import common 6 import common
7 from autotest_lib.client.bin import setup_job as client_setup_job 7 from autotest_lib.client.bin import setup_job as client_setup_job
8 8
9 9
10 def touch_init(parent_dir, child_dir): 10 def touch_init(parent_dir, child_dir):
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 @param autotest_client_dir: The autotest/client base directory. 54 @param autotest_client_dir: The autotest/client base directory.
55 @param client_test_dir: The actual test directory under client. 55 @param client_test_dir: The actual test directory under client.
56 """ 56 """
57 57
58 os.environ['AUTODIR'] = autotest_client_dir 58 os.environ['AUTODIR'] = autotest_client_dir
59 touch_init(autotest_client_dir, client_test_dir) 59 touch_init(autotest_client_dir, client_test_dir)
60 60
61 # instantiate a client_test instance. 61 # instantiate a client_test instance.
62 client_test = init_test(client_test_dir) 62 client_test = init_test(client_test_dir)
63 client_setup_job.setup_test(client_test) 63 client_setup_job.setup_test(client_test)
64
OLDNEW
« no previous file with comments | « server/hosts/serial.py ('k') | server/server_job.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698