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

Side by Side Diff: client/samples/build2

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 | « client/samples/build ('k') | client/samples/control.alt_tags » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 print "TEST: initing kernel 1"
2 testkernel = job.kernel('/usr/local/src/linux-2.6.17.tar.bz2') # '2.6.17'
3 testkernel.config('http://mbligh.org/config/opteron2')
4 print "TEST: building kernel 1"
5 testkernel.build()
6
7 print "TEST: initing kernel 2"
8 testkernel = job.kernel('/usr/local/src/linux-2.6.18.tar.bz2') # '2.6.18'
9 testkernel.config('http://mbligh.org/config/opteron2')
10 print "TEST: building kernel 2"
11 testkernel.build()
12
OLDNEW
« no previous file with comments | « client/samples/build ('k') | client/samples/control.alt_tags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698