Chromium Code Reviews| Index: tools/bots/compiler.py |
| =================================================================== |
| --- tools/bots/compiler.py (revision 24226) |
| +++ tools/bots/compiler.py (working copy) |
| @@ -164,6 +164,8 @@ |
| if UseBrowserController(runtime, system): |
| cmd.append('--use_browser_controller') |
| + if runtime == 'safari': |
| + cmd.append('--clear_safari_cache') |
| global IsFirstTestStepCall |
| if IsFirstTestStepCall: |