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

Unified Diff: client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.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_MemoryThroughput/hardware_MemoryThroughput.py
diff --git a/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py b/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
index 011d47a7c81cf9e5b0a4f425f7e4e04a63db0ae9..92926ef2eb0cf54b6cde9d98fcc7e4d1c6985ec8 100644
--- a/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
+++ b/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
@@ -15,8 +15,8 @@ class hardware_MemoryThroughput(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make clean')
- utils.system('make')
+ utils.make('clean')
+ utils.make()
def run_once(self, num_iteration = -1, test_list = ''):
exefile = os.path.join(self.srcdir, 'hardware_MemoryThroughput')
« no previous file with comments | « client/site_tests/hardware_Keyboard/hardware_Keyboard.py ('k') | client/site_tests/hardware_SAT/hardware_SAT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698