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

Unified Diff: client/tests/lmbench/lmbench.py

Issue 6539001: Merge remote branch 'cros/upstream' into master. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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 | « client/tests/linus_stress/linus_stress.py ('k') | client/tests/memory_api/memory_api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/lmbench/lmbench.py
diff --git a/client/tests/lmbench/lmbench.py b/client/tests/lmbench/lmbench.py
index 088325826c190fea6a80b706446c1eba8fa2ea36..f93c31630302d931730e063e5bf25e9f30f1d2d3 100644
--- a/client/tests/lmbench/lmbench.py
+++ b/client/tests/lmbench/lmbench.py
@@ -30,8 +30,10 @@ class lmbench(test.test):
os.chdir(self.srcdir)
p1 = 'patch -p1 < ../0001-Fix-build-issues-with-lmbench.patch'
p2 = 'patch -p1 < ../0002-Changing-shebangs-on-lmbench-scripts.patch'
+ p3 = 'patch -p1 < ../0003-makefile.patch'
utils.system(p1)
utils.system(p2)
+ utils.system(p3)
# build lmbench
utils.make()
« no previous file with comments | « client/tests/linus_stress/linus_stress.py ('k') | client/tests/memory_api/memory_api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698