| Index: client/tests/cerberus/cerberus.py
|
| diff --git a/client/tests/cerberus/cerberus.py b/client/tests/cerberus/cerberus.py
|
| index c8a0b19ceee1b3845da1bb5554ad2f323aec9ec8..64ad916ecce093856979af02e8305023acbde03d 100644
|
| --- a/client/tests/cerberus/cerberus.py
|
| +++ b/client/tests/cerberus/cerberus.py
|
| @@ -53,7 +53,7 @@ class cerberus(test.test):
|
| p2 = 'patch -p1 < ../0002-Fix-CTCS2-build-in-64-bit-boxes.patch'
|
| utils.system(p2)
|
|
|
| - utils.system('make')
|
| + utils.make()
|
|
|
| # Here we define the cerberus suite control file that will be used.
|
| # It will be kept on the debug directory for further analysis.
|
|
|