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

Unified Diff: client/profilers/readprofile/readprofile.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/profilers/powertop/powertop.py ('k') | client/samples/filesystem » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/profilers/readprofile/readprofile.py
diff --git a/client/profilers/readprofile/readprofile.py b/client/profilers/readprofile/readprofile.py
index 247317f9e0749be7d155a0bbf12f63a13f6a1fa2..77630332cb40726c96ef8212053b098394535b6c 100644
--- a/client/profilers/readprofile/readprofile.py
+++ b/client/profilers/readprofile/readprofile.py
@@ -21,9 +21,9 @@ class readprofile(profiler.profiler):
utils.extract_tarball_to_dir(self.tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('./configure')
+ utils.configure()
os.chdir('sys-utils')
- utils.system('make readprofile')
+ utils.make('readprofile')
def initialize(self):
« no previous file with comments | « client/profilers/powertop/powertop.py ('k') | client/samples/filesystem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698