| 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 f6f902091de28ab1dae06b37e0812d6fd040a441..a68581a7ce0f08aa32283fb47f80bdd0f1248064 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.system('make')
 | 
| +        utils.make()
 | 
|  
 | 
|  
 | 
|      def execute(self, args = '1 300'):
 | 
| 
 |