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

Unified Diff: client/tests/sysbench/sysbench.py

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 3 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/tests/synctest/synctest.py ('k') | client/tests/systemtap/systemtap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/sysbench/sysbench.py
diff --git a/client/tests/sysbench/sysbench.py b/client/tests/sysbench/sysbench.py
index 1db0ba15905aa0903b1cadcc936231db3ab36501..8a5400ce3f35490a0b63dd7b806747fcb72e6fae 100644
--- a/client/tests/sysbench/sysbench.py
+++ b/client/tests/sysbench/sysbench.py
@@ -25,7 +25,7 @@ class sysbench(test.test):
utils.system(
'PATH=%s/bin:$PATH ./configure --with-mysql=%s --with-pgsql'
% (pgsql_dir, mysql_dir))
- utils.system('make -j %d' % utils.count_cpus())
+ utils.make('-j %d' % utils.count_cpus())
def run_once(self, db_type = 'pgsql', build = 1, \
« no previous file with comments | « client/tests/synctest/synctest.py ('k') | client/tests/systemtap/systemtap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698