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

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

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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/bash_shared_mapping/bash_shared_mapping.py ('k') | client/tests/cerberus/cerberus.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/bonnie/bonnie.py
diff --git a/client/tests/bonnie/bonnie.py b/client/tests/bonnie/bonnie.py
index af58b4c8c868b421d64c3deb0549c6e5b4cb8cb3..e7f4917887e3d61c21b9002a2cca8a0139522697 100644
--- a/client/tests/bonnie/bonnie.py
+++ b/client/tests/bonnie/bonnie.py
@@ -38,8 +38,8 @@ class bonnie(test.test):
os_dep.command('g++')
utils.system('patch -p1 < ../bonnie++-1.03a-gcc43.patch')
- utils.system('./configure')
- utils.system('make')
+ utils.configure()
+ utils.make()
def run_once(self, dir=None, extra_args='', user='root'):
« no previous file with comments | « client/tests/bash_shared_mapping/bash_shared_mapping.py ('k') | client/tests/cerberus/cerberus.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698