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

Unified Diff: client/profilers/readprofile/readprofile.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/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 77630332cb40726c96ef8212053b098394535b6c..247317f9e0749be7d155a0bbf12f63a13f6a1fa2 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.configure()
+ utils.system('./configure')
os.chdir('sys-utils')
- utils.make('readprofile')
+ utils.system('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