| 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
|
|
|