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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/samples/build ('k') | client/samples/control.alt_tags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/build2
diff --git a/client/samples/build2 b/client/samples/build2
deleted file mode 100644
index 27bbcd61d4f19e8de49489dadf18f0053dc780ac..0000000000000000000000000000000000000000
--- a/client/samples/build2
+++ /dev/null
@@ -1,12 +0,0 @@
-print "TEST: initing kernel 1"
-testkernel = job.kernel('/usr/local/src/linux-2.6.17.tar.bz2') # '2.6.17'
-testkernel.config('http://mbligh.org/config/opteron2')
-print "TEST: building kernel 1"
-testkernel.build()
-
-print "TEST: initing kernel 2"
-testkernel = job.kernel('/usr/local/src/linux-2.6.18.tar.bz2') # '2.6.18'
-testkernel.config('http://mbligh.org/config/opteron2')
-print "TEST: building kernel 2"
-testkernel.build()
-
« 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