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

Unified Diff: client/site_tests/hardware_TPM/hardware_TPM.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_TPM/hardware_TPM.py
diff --git a/client/site_tests/hardware_TPM/hardware_TPM.py b/client/site_tests/hardware_TPM/hardware_TPM.py
index 944570a856538d63a574ba2d7488ffdc87c4fa37..8d877b3787abba9c60d3a1766641ee07dc074f6b 100644
--- a/client/site_tests/hardware_TPM/hardware_TPM.py
+++ b/client/site_tests/hardware_TPM/hardware_TPM.py
@@ -12,7 +12,7 @@ class hardware_TPM(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make clean all')
+ utils.make('clean all')
def run_once(self, suite):
site_tpm.run_trousers_tests('%s/src/tests/%s' % (self.bindir, suite))

Powered by Google App Engine
This is Rietveld 408576698