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

Unified Diff: tools/bots/editor.py

Issue 19552002: Fix for running the tests on the dart-editor-win bot. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 months 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
« editor/build/build.py ('K') | « editor/build/build.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/editor.py
===================================================================
--- tools/bots/editor.py (revision 25092)
+++ tools/bots/editor.py (working copy)
@@ -126,8 +126,7 @@
editor_executable = GetEditorExecutable('Release', arch)
with bot.BuildStep('Test Editor %s' % arch):
with utils.TempDir('eclipse') as temp_dir:
- args = [editor_executable, '-consoleLog', '--test', '--auto-exit',
- '-data', temp_dir]
+ args = [editor_executable, '--test', '--auto-exit', '-data', temp_dir]
RunProcess(args)
# TODO: Permissions need to be clarified
« editor/build/build.py ('K') | « editor/build/build.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698