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

Unified Diff: client/tests/tbench/tbench.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/systemtap/systemtap.py ('k') | client/tests/tsc/tsc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/tbench/tbench.py
diff --git a/client/tests/tbench/tbench.py b/client/tests/tbench/tbench.py
index 6e98807e4e31cf4ba21ee07e43c073539db47bbc..510bc2f58c74270b7c4338ee5301bf46205e9908 100644
--- a/client/tests/tbench/tbench.py
+++ b/client/tests/tbench/tbench.py
@@ -15,8 +15,8 @@ class tbench(test.test):
utils.extract_tarball_to_dir(tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('./configure')
- utils.system('make')
+ utils.configure()
+ utils.make()
def run_once(self, nprocs = None, args = ''):
« no previous file with comments | « client/tests/systemtap/systemtap.py ('k') | client/tests/tsc/tsc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698