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

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

Issue 3541002: Revert "Merge remote branch 'cros/upstream' into tempbranch2" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/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 510bc2f58c74270b7c4338ee5301bf46205e9908..6e98807e4e31cf4ba21ee07e43c073539db47bbc 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.configure()
- utils.make()
+ utils.system('./configure')
+ utils.system('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