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

Unified Diff: client/site_tests/platform_StackProtector/platform_StackProtector.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/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/platform_StackProtector/platform_StackProtector.py
diff --git a/client/site_tests/platform_StackProtector/platform_StackProtector.py b/client/site_tests/platform_StackProtector/platform_StackProtector.py
index 7d363536b42387ef823c93a2c9d4ffc77f591dbf..cffcce4e9b78f9cd195704bf5b289ee2a10fef84 100644
--- a/client/site_tests/platform_StackProtector/platform_StackProtector.py
+++ b/client/site_tests/platform_StackProtector/platform_StackProtector.py
@@ -23,7 +23,7 @@ class platform_StackProtector(test.test):
os.chdir(self.srcdir)
utils.system("patch -p1 < ../binutils-2.19-arm.patch");
utils.configure()
- utils.system("make")
+ utils.make()
def run_once(self, rootdir="/"):
« no previous file with comments | « client/site_tests/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698