| Index: tools/run-bisect-manual-test.py
|
| diff --git a/tools/run-bisect-manual-test.py b/tools/run-bisect-manual-test.py
|
| index 1ea4e655871fcf7ce146fe0f30854a8adb30a764..6a2e4ffc3c19e360e6213c2e90200e01612451d0 100755
|
| --- a/tools/run-bisect-manual-test.py
|
| +++ b/tools/run-bisect-manual-test.py
|
| @@ -48,6 +48,7 @@ def _RunBisectionScript(options):
|
| '-m', 'manual_test/manual_test',
|
| '-r', '1',
|
| '--working_directory', options.working_directory,
|
| + '--target_build_type', options.browser_type.title(),
|
| '--build_preference', 'ninja',
|
| '--use_goma',
|
| '--no_custom_deps']
|
|
|