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

Unified Diff: client/deps/sysstat/sysstat.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/deps/sysstat/sysstat.py
diff --git a/client/deps/sysstat/sysstat.py b/client/deps/sysstat/sysstat.py
index f8dfdfb7b4a6cf24e6dd4171780b4ccd2e509e3b..b3a3194b085cf1453fd1b144d7016cb91dacbf6a 100755
--- a/client/deps/sysstat/sysstat.py
+++ b/client/deps/sysstat/sysstat.py
@@ -15,7 +15,7 @@ def setup(tarball, topdir):
utils.extract_tarball_to_dir(tarball, 'src')
os.chdir(srcdir)
utils.configure('--prefix=%s' % topdir)
- utils.system('make')
+ utils.make()
os.chdir(topdir)
pwd = os.getcwd()

Powered by Google App Engine
This is Rietveld 408576698