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

Unified Diff: tools/bots/editor.py

Issue 18807006: Trying to resurrect the linux editor FYI 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
« 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: tools/bots/editor.py
===================================================================
--- tools/bots/editor.py (revision 24927)
+++ tools/bots/editor.py (working copy)
@@ -134,7 +134,8 @@
editor_executable = GetEditorExecutable('Release', arch)
with bot.BuildStep('Test Editor %s' % arch):
with TempDir() as temp_dir:
- args = [editor_executable, '--test', '--auto-exit', '-data', temp_dir]
+ args = [editor_executable, '-noSplash', '--test', '--auto-exit',
+ '-data', temp_dir]
RunProcess(args)
# TODO: Permissions need to be clarified
« 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