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

Unified Diff: client/site_tests/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.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/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py
diff --git a/client/site_tests/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py b/client/site_tests/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py
index 60fd7983f99a9feffd11b59febce9551dfee5a4e..11bc958ebfa4af271d9f7f11ec6028c3e510901f 100644
--- a/client/site_tests/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py
+++ b/client/site_tests/platform_MiniJailVfsNamespace/platform_MiniJailVfsNamespace.py
@@ -15,8 +15,8 @@ class platform_MiniJailVfsNamespace(test.test):
def setup(self):
os.chdir(self.srcdir)
- utils.system('make clean')
- utils.system('make all')
+ utils.make('clean')
+ utils.make('all')
def __run_cmd(self, cmd):

Powered by Google App Engine
This is Rietveld 408576698