Chromium Code Reviews| Index: tools/bots/cross-vm.py |
| =================================================================== |
| --- tools/bots/cross-vm.py (revision 37581) |
| +++ tools/bots/cross-vm.py (working copy) |
| @@ -91,6 +91,8 @@ |
| for path in temporary_files: |
| if os.path.exists(path): |
| os.remove(path) |
| + # We alwasy clobber this to save disk on the arm board. |
|
Bill Hesse
2014/06/24 10:33:02
always
|
| + bot.Clobber(force=True) |
| def main(): |
| name, is_buildbot = bot.GetBotName() |