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

Unified Diff: client/profilers/powertop/powertop.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/perf/perf.py ('k') | client/profilers/readprofile/readprofile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/profilers/powertop/powertop.py
diff --git a/client/profilers/powertop/powertop.py b/client/profilers/powertop/powertop.py
index e26b4e2900cbbd1901e05fb7fe5976e4e861b442..843ae5ceb65c1d6f26aa99e5c80c0b9816a49d36 100644
--- a/client/profilers/powertop/powertop.py
+++ b/client/profilers/powertop/powertop.py
@@ -13,7 +13,7 @@ class powertop(profiler.profiler):
# filenames: list of filenames to cat
def setup(self, *args, **dargs):
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def start(self, test):
« no previous file with comments | « client/profilers/perf/perf.py ('k') | client/profilers/readprofile/readprofile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698