| Index: client/tests/fsstress/fsstress.py
|
| diff --git a/client/tests/fsstress/fsstress.py b/client/tests/fsstress/fsstress.py
|
| index 9f81af6d9da1e4db5b050ed73d2916b77f3dea5d..f6dedefe2fc071551a848c9bb679e31b7660024a 100644
|
| --- a/client/tests/fsstress/fsstress.py
|
| +++ b/client/tests/fsstress/fsstress.py
|
| @@ -16,7 +16,7 @@ class fsstress(test.test):
|
|
|
| os.chdir(self.srcdir)
|
| utils.system('patch -p1 < ../fsstress-ltp.patch')
|
| - utils.system('make fsstress')
|
| + utils.make('fsstress')
|
|
|
|
|
| def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'):
|
|
|