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

Unified Diff: client/tests/interbench/interbench.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/fsstress/fsstress.py ('k') | client/tests/iosched_bugs/iosched_bugs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/interbench/interbench.py
diff --git a/client/tests/interbench/interbench.py b/client/tests/interbench/interbench.py
index e988882c33f9629ae435b729eebd927f7b8f8243..a32d5f2a0fda54706a57589a50b648a32e709d46 100644
--- a/client/tests/interbench/interbench.py
+++ b/client/tests/interbench/interbench.py
@@ -14,7 +14,7 @@ class interbench(test.test):
tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
utils.extract_tarball_to_dir(tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def run_once(self, args = ''):
« no previous file with comments | « client/tests/fsstress/fsstress.py ('k') | client/tests/iosched_bugs/iosched_bugs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698