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

Unified Diff: client/site_tests/hardware_StorageFio/hardware_StorageFio.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
« no previous file with comments | « client/site_tests/hardware_SAT/hardware_SAT.py ('k') | client/site_tests/hardware_TPM/hardware_TPM.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_StorageFio/hardware_StorageFio.py
diff --git a/client/site_tests/hardware_StorageFio/hardware_StorageFio.py b/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
index c13879cc1116499d79565139f5aedae7cbe94e2c..eb7f33e9876d78a21c8250118db8e882505d525a 100644
--- a/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
+++ b/client/site_tests/hardware_StorageFio/hardware_StorageFio.py
@@ -28,7 +28,7 @@ class hardware_StorageFio(test.test):
os.chdir(self.srcdir)
utils.system('patch -p1 < ../Makefile.patch')
utils.system('patch -p1 < ../arm.patch')
- utils.system('%s %s make' % (var_ldflags, var_cflags))
+ utils.make(make='%s %s make' % (var_ldflags, var_cflags))
def __find_free_root_partition(self):
« no previous file with comments | « client/site_tests/hardware_SAT/hardware_SAT.py ('k') | client/site_tests/hardware_TPM/hardware_TPM.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698