| Index: client/tests/tiobench/tiobench.py
|
| diff --git a/client/tests/tiobench/tiobench.py b/client/tests/tiobench/tiobench.py
|
| index 747fc26e395b68bd03211754b973e01ad9d71396..f249509b2c37f84d40c379aab0c94e2d54a7c9f6 100644
|
| --- a/client/tests/tiobench/tiobench.py
|
| +++ b/client/tests/tiobench/tiobench.py
|
| @@ -10,7 +10,7 @@ class tiobench(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('patch -p1 < ../makefile.patch')
|
| utils.system('make')
|
|
|
|
|
|
|