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

Unified Diff: client/site_tests/graphics_SanAngeles/graphics_SanAngeles.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/graphics_SanAngeles/graphics_SanAngeles.py
diff --git a/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py b/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
index c4172df1e4a402fa0273e5af4751802244223817..99d6883c609f216371fcf1169d8d307bebbeb407 100644
--- a/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
+++ b/client/site_tests/graphics_SanAngeles/graphics_SanAngeles.py
@@ -14,8 +14,8 @@ class graphics_SanAngeles(site_ui_test.UITest):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make clean')
- utils.system('make all')
+ utils.make('clean')
+ utils.make('all')
def run_once(self):
« no previous file with comments | « client/site_tests/graphics_GLAPICheck/graphics_GLAPICheck.py ('k') | client/site_tests/hardware_Keyboard/hardware_Keyboard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698