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

Unified Diff: client/tests/aio_dio_bugs/aio_dio_bugs.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/samples/filesystem ('k') | client/tests/bash_shared_mapping/bash_shared_mapping.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/aio_dio_bugs/aio_dio_bugs.py
diff --git a/client/tests/aio_dio_bugs/aio_dio_bugs.py b/client/tests/aio_dio_bugs/aio_dio_bugs.py
index 41ea0b96acef209dc93bc387ae6bac002695f2f9..4324111c82e4dd6033a1ba0e6c93991651d6887b 100644
--- a/client/tests/aio_dio_bugs/aio_dio_bugs.py
+++ b/client/tests/aio_dio_bugs/aio_dio_bugs.py
@@ -26,7 +26,7 @@ class aio_dio_bugs(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make ' + '"CFLAGS=' + self.gcc_flags + '"')
+ utils.make('"CFLAGS=' + self.gcc_flags + '"')
def execute(self, args = ''):
« no previous file with comments | « client/samples/filesystem ('k') | client/tests/bash_shared_mapping/bash_shared_mapping.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698