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

Unified Diff: client/site_tests/hardware_bma150/hardware_bma150.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/hardware_bma150/hardware_bma150.py
diff --git a/client/site_tests/hardware_bma150/hardware_bma150.py b/client/site_tests/hardware_bma150/hardware_bma150.py
index ffbded6af251de1a255c836e900bba981b6a58eb..5bcee2725fac469f4ba4883b81c446a45f83a60d 100644
--- a/client/site_tests/hardware_bma150/hardware_bma150.py
+++ b/client/site_tests/hardware_bma150/hardware_bma150.py
@@ -18,7 +18,7 @@ class hardware_bma150(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make')
+ utils.make()
def run_once(self):
bma_test_cmd = os.path.join(self.srcdir, "bma150tst")

Powered by Google App Engine
This is Rietveld 408576698