| Index: client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
|
| diff --git a/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py b/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
|
| index 011d47a7c81cf9e5b0a4f425f7e4e04a63db0ae9..92926ef2eb0cf54b6cde9d98fcc7e4d1c6985ec8 100644
|
| --- a/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
|
| +++ b/client/site_tests/hardware_MemoryThroughput/hardware_MemoryThroughput.py
|
| @@ -15,8 +15,8 @@ class hardware_MemoryThroughput(test.test):
|
|
|
| def setup(self):
|
| os.chdir(self.srcdir)
|
| - utils.system('make clean')
|
| - utils.system('make')
|
| + utils.make('clean')
|
| + utils.make()
|
|
|
| def run_once(self, num_iteration = -1, test_list = ''):
|
| exefile = os.path.join(self.srcdir, 'hardware_MemoryThroughput')
|
|
|