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

Unified Diff: tools/bots/editor.py

Issue 19393002: Change how the editor tests run on the buildbots to use the --test option. (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
Index: tools/bots/editor.py
===================================================================
--- tools/bots/editor.py (revision 25052)
+++ tools/bots/editor.py (working copy)
@@ -136,7 +136,7 @@
editor_executable = GetEditorExecutable('Release', arch)
with bot.BuildStep('Test Editor %s' % arch):
with TempDir() as temp_dir:
- args = [editor_executable, '-noSplash', '--test', '--auto-exit',
+ args = [editor_executable, '-consoleLog', '--test', '--auto-exit',
'-data', temp_dir]
RunProcess(args)

Powered by Google App Engine
This is Rietveld 408576698