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

Unified Diff: client/site_tests/firmware_VbootCrypto/firmware_VbootCrypto.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/firmware_VbootCrypto/firmware_VbootCrypto.py
diff --git a/client/site_tests/firmware_VbootCrypto/firmware_VbootCrypto.py b/client/site_tests/firmware_VbootCrypto/firmware_VbootCrypto.py
index fcc71e97fdb53435a65396845cbea6f334878397..ff8b8e412f3cfd299a74a1b0d6e6b77d0643d838 100644
--- a/client/site_tests/firmware_VbootCrypto/firmware_VbootCrypto.py
+++ b/client/site_tests/firmware_VbootCrypto/firmware_VbootCrypto.py
@@ -22,7 +22,7 @@ class firmware_VbootCrypto(test.test):
# http://code.google.com/p/chromium-os/issues/detail?id=3792
def setup_Disabled(self):
os.chdir(self.srcdir)
- utils.system('make clean all')
+ utils.make('clean all')
# Parses the [result] and output the key-value pairs.
« no previous file with comments | « client/site_tests/audiovideo_V4L2/audiovideo_V4L2.py ('k') | client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698