Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2073)

Unified Diff: scripts/slave/dart/dart_util.py

Issue 11412004: Don't send mode flag to clobber command. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/dart/dart_util.py
===================================================================
--- scripts/slave/dart/dart_util.py (revision 167372)
+++ scripts/slave/dart/dart_util.py (working copy)
@@ -12,8 +12,7 @@
def clobber():
cmd = [sys.executable,
- './tools/clean_output_directory.py',
- '--mode=all']
+ './tools/clean_output_directory.py']
print 'Clobbering %s' % (' '.join(cmd))
return subprocess.call(cmd)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698