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

Unified Diff: client/site_tests/logging_UserCrash/logging_UserCrash.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/logging_UserCrash/logging_UserCrash.py
diff --git a/client/site_tests/logging_UserCrash/logging_UserCrash.py b/client/site_tests/logging_UserCrash/logging_UserCrash.py
index cda67d93e10ffc5ae981bf51f80e35aea5aec028..f3f8d7113f23d31aa3210d934c2a01b0ad0028be 100644
--- a/client/site_tests/logging_UserCrash/logging_UserCrash.py
+++ b/client/site_tests/logging_UserCrash/logging_UserCrash.py
@@ -17,7 +17,7 @@ class logging_UserCrash(site_crash_test.CrashTest):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make clean all')
+ utils.make('clean all')
def _test_reporter_startup(self):
« no previous file with comments | « client/site_tests/hardware_bma150/hardware_bma150.py ('k') | client/site_tests/network_netperf2/network_netperf2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698