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

Unified Diff: client/deps/ibusclient/ibusclient.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/deps/hdparm/hdparm.py ('k') | client/deps/sysstat/sysstat.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/ibusclient/ibusclient.py
diff --git a/client/deps/ibusclient/ibusclient.py b/client/deps/ibusclient/ibusclient.py
index 21f646c22f42ad759dc00b7cf3570907cf3b9aab..d7f3561d604c2f4d8c4737948736b9db9dc05c08 100755
--- a/client/deps/ibusclient/ibusclient.py
+++ b/client/deps/ibusclient/ibusclient.py
@@ -12,7 +12,7 @@ version = 1
def setup(topdir):
srcdir = os.path.join(topdir, 'src')
os.chdir(srcdir)
- utils.system('make')
+ utils.make()
os.chdir(topdir)
pwd = os.getcwd()
« no previous file with comments | « client/deps/hdparm/hdparm.py ('k') | client/deps/sysstat/sysstat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698