diff options
Diffstat (limited to 'tools/run-bisect-perf-regression.py')
-rwxr-xr-x | tools/run-bisect-perf-regression.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py index 77f1748..c3332cb 100755 --- a/tools/run-bisect-perf-regression.py +++ b/tools/run-bisect-perf-regression.py @@ -95,7 +95,7 @@ def RunBisectionScript(config, working_directory, path_to_file, path_to_goma): print return 1 - if '--browser=android' in config['command']: + if 'android' in config['command']: cmd.extend(['--target_platform', 'android']) goma_file = '' |