| 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, \
|
|
|