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

Unified Diff: client/profilers/blktrace/blktrace.py

Issue 3511003: Merge remote branch 'cros/upstream' into tempbranch2 (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
Index: client/profilers/blktrace/blktrace.py
diff --git a/client/profilers/blktrace/blktrace.py b/client/profilers/blktrace/blktrace.py
index aa8e6615fb1d5411521fda32ce8ba0ec27fbf41f..3fc42ed7f7fcef9a9d31e8a69f48df8d10e16db2 100644
--- a/client/profilers/blktrace/blktrace.py
+++ b/client/profilers/blktrace/blktrace.py
@@ -30,7 +30,7 @@ class blktrace(profiler.profiler):
self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
utils.extract_tarball_to_dir(self.tarball, self.srcdir)
os.chdir(self.srcdir)
- utils.system('make ' + '"CFLAGS=' + self.gcc_flags + '"')
+ utils.make('"CFLAGS=' + self.gcc_flags + '"')
def get_device(self, test):

Powered by Google App Engine
This is Rietveld 408576698