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

Unified Diff: client/site_tests/hardware_SAT/hardware_SAT.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_SAT/hardware_SAT.py
diff --git a/client/site_tests/hardware_SAT/hardware_SAT.py b/client/site_tests/hardware_SAT/hardware_SAT.py
index bcebaa5ca629b81a6cf04662d9e8187d4c5f22c2..f85dd69be9dcf05ca1a2e45c06bbab4bb30a2d79 100644
--- a/client/site_tests/hardware_SAT/hardware_SAT.py
+++ b/client/site_tests/hardware_SAT/hardware_SAT.py
@@ -48,7 +48,7 @@ class hardware_SAT(test.test):
os.chdir(self.srcdir)
# ./configure stores relevant path and environment variables.
utils.configure(configure=var_flags + ' ./configure')
- utils.system('make -j %d' % utils.count_cpus())
+ utils.make()
def run_once(self, seconds=60):

Powered by Google App Engine
This is Rietveld 408576698