| Index: testing/scripts/gtest_perf_test.py
|
| diff --git a/testing/scripts/gtest_perf_test.py b/testing/scripts/gtest_perf_test.py
|
| index af4380f65710658bc5c8a02a3ddc46b7f85cb063..b634faf2b211330dd5e43f766d49b48b018b5234 100755
|
| --- a/testing/scripts/gtest_perf_test.py
|
| +++ b/testing/scripts/gtest_perf_test.py
|
| @@ -44,9 +44,8 @@ def main_run(args):
|
| gtest_args.extend([
|
| '--no-xvfb',
|
| '--run-python-script', os.path.join(
|
| - args.paths['checkout'], 'build', 'android', 'test_runner.py'),
|
| - 'gtest', '--release',
|
| - '--suite', test_suite,
|
| + args.paths['checkout'], 'out', args.build_config_fs, 'bin',
|
| + 'run_%s' % test_suite),
|
| '--verbose',
|
| ])
|
| else:
|
|
|