| Index: client/site_tests/hardware_Keyboard/hardware_Keyboard.py
 | 
| diff --git a/client/site_tests/hardware_Keyboard/hardware_Keyboard.py b/client/site_tests/hardware_Keyboard/hardware_Keyboard.py
 | 
| index d1c24b794ccd0a014ff5f52aa2e5d5fc0c1d4e2e..a61a553a26bdae6957a1a2a47824837ea7de64f9 100644
 | 
| --- a/client/site_tests/hardware_Keyboard/hardware_Keyboard.py
 | 
| +++ b/client/site_tests/hardware_Keyboard/hardware_Keyboard.py
 | 
| @@ -29,7 +29,7 @@ class hardware_Keyboard(test.test):
 | 
|  
 | 
|      def setup(self):
 | 
|          os.chdir(self.srcdir)
 | 
| -        utils.system('make')
 | 
| +        utils.make()
 | 
|  
 | 
|      def _supported(self, event, key_name):
 | 
|          cmd = os.path.join(self.srcdir, 'evtest') + ' ' + event
 | 
| 
 |