bug 529137 (Update Talos to cleanup child processes)

p=jgriffin, r=anodelman


git-svn-id: svn://10.0.0.236/trunk@259278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
anodelman%mozilla.com
2009-12-22 01:30:02 +00:00
parent e02fff63ac
commit b2e71acd90
4 changed files with 25 additions and 17 deletions

View File

@@ -352,6 +352,10 @@ def test_file(filename):
'env' : yaml_config['env'],
'dirs' : yaml_config['dirs'],
'init_url' : yaml_config['init_url']}
if 'child_process' in yaml_config:
browser_config['child_process'] = yaml_config['child_process']
else:
browser_config['child_process'] = 'mozilla-runtime'
if 'branch_name' in yaml_config:
browser_config['branch_name'] = yaml_config['branch_name']
if 'test_name_extension' in yaml_config: