Chromium Code Reviews| 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) |