| Index: client/tests/pi_tests/pi_tests.py
|
| diff --git a/client/tests/pi_tests/pi_tests.py b/client/tests/pi_tests/pi_tests.py
|
| index a68581a7ce0f08aa32283fb47f80bdd0f1248064..f6f902091de28ab1dae06b37e0812d6fd040a441 100644
|
| --- a/client/tests/pi_tests/pi_tests.py
|
| +++ b/client/tests/pi_tests/pi_tests.py
|
| @@ -15,7 +15,7 @@ class pi_tests(test.test):
|
| tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
|
| utils.extract_tarball_to_dir(tarball, self.srcdir)
|
| os.chdir(self.srcdir)
|
| - utils.make()
|
| + utils.system('make')
|
|
|
|
|
| def execute(self, args = '1 300'):
|
|
|