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

Unified Diff: editor/build/promote.py

Issue 11638015: Fix 2 failing tests on windows. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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
Index: editor/build/promote.py
===================================================================
--- editor/build/promote.py (revision 16302)
+++ editor/build/promote.py (working copy)
@@ -245,12 +245,10 @@
# copy from continuous/REVISION to integration/REVISION
print 'copying: {0} -> {1}'.format(src, integ_rev)
_Gsutil(['cp', '-R', '-a', 'public-read', src, integ_rev])
- _Gsutil(['rm', '-R', '{0}tests'.format(integ_rev)])
# copy from continuous/REVISION to integration/latest
print 'copying: {0} -> {1}'.format(src, integ_latest)
_Gsutil(['cp', '-R', '-a', 'public-read', src, integ_latest])
- _Gsutil(['rm', '-R', '{0}tests'.format(integ_latest)])
def _PrintSeparator(text):
« no previous file with comments | « editor/build/gsutilTest.py ('k') | editor/tools/features/com.google.dart.tools.tests.feature_releng/buildTests.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698