| Index: client/tests/ltp/ltp.py
|
| diff --git a/client/tests/ltp/ltp.py b/client/tests/ltp/ltp.py
|
| index 0d0e763ac93186ae350861cd3b3688a26bfb264d..fb2df01e57cbf5a8db5274cbc17cd51e6fad3dd3 100644
|
| --- a/client/tests/ltp/ltp.py
|
| +++ b/client/tests/ltp/ltp.py
|
| @@ -40,9 +40,9 @@ class ltp(test.test):
|
| utils.system('patch -p1 < ../ltp_capability.patch')
|
|
|
| utils.system('cp ../scan.c pan/') # saves having lex installed
|
| - utils.system('make autotools')
|
| + utils.make('autotools')
|
| utils.configure('--prefix=%s' % ltpbin_dir)
|
| - utils.system('make -j %d all' % utils.count_cpus())
|
| + utils.make('-j %d all' % utils.count_cpus())
|
| utils.system('yes n | make SKIP_IDCHECK=1 install')
|
|
|
|
|
|
|