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

Unified Diff: client/site_tests/audiovideo_V4L2/audiovideo_V4L2.py

Issue 3116009: Update autotest tests to use make -j where possible. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: Convert last two tests to use utils.make(), saving another 20 seconds. Created 10 years, 4 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/site_tests/audiovideo_V4L2/audiovideo_V4L2.py
diff --git a/client/site_tests/audiovideo_V4L2/audiovideo_V4L2.py b/client/site_tests/audiovideo_V4L2/audiovideo_V4L2.py
index 35d84b755260d475b2c6fc2c302e23b941a65d3a..f3bcb23b7c2148497a9cb07cce1cd8b284c45060 100644
--- a/client/site_tests/audiovideo_V4L2/audiovideo_V4L2.py
+++ b/client/site_tests/audiovideo_V4L2/audiovideo_V4L2.py
@@ -18,8 +18,8 @@ class audiovideo_V4L2(test.test):
def setup(self):
# TODO(jiesun): make binary here when cross compile issue is resolved.
os.chdir(self.srcdir)
- utils.system("make clean")
- utils.system("make")
+ utils.make('clean')
+ utils.make()
def run_once(self, run_unit_tests=True, run_capture_tests=True,

Powered by Google App Engine
This is Rietveld 408576698