| Index: client/deps/glbench/glbench.py
|
| diff --git a/client/deps/glbench/glbench.py b/client/deps/glbench/glbench.py
|
| index 501f3867fed2a391d103cfe9247fa46b1d39d1ef..21f646c22f42ad759dc00b7cf3570907cf3b9aab 100755
|
| --- a/client/deps/glbench/glbench.py
|
| +++ b/client/deps/glbench/glbench.py
|
| @@ -10,12 +10,10 @@ from autotest_lib.client.bin import utils
|
| version = 1
|
|
|
| def setup(topdir):
|
| - my_srcdir = os.path.join(topdir, 'src.orig')
|
| srcdir = os.path.join(topdir, 'src')
|
| - shutil.move(my_srcdir, srcdir)
|
| os.chdir(srcdir)
|
| utils.system('make')
|
| os.chdir(topdir)
|
|
|
| pwd = os.getcwd()
|
| -utils.update_version(pwd + '/src', False, version, setup, pwd)
|
| +utils.update_version(pwd + '/src', True, version, setup, pwd)
|
|
|