| Index: scripts/master/factory/chromium_commands.py
|
| diff --git a/scripts/master/factory/chromium_commands.py b/scripts/master/factory/chromium_commands.py
|
| index 5fcdacb883b1b9b0433b61c86053d39a0f642067..29e133f7b2ba8bae9adb106a6ea44bd4fcdea9a8 100644
|
| --- a/scripts/master/factory/chromium_commands.py
|
| +++ b/scripts/master/factory/chromium_commands.py
|
| @@ -1069,8 +1069,8 @@ class ChromiumCommands(commands.FactoryCommands):
|
| '--build-number', WithProperties('%(buildnumber)s'),
|
| '--builder-name', WithProperties(builder_name)]
|
|
|
| - for comps in factory_properties.get('additional_expectations_files', []):
|
| - cmd_args.append('--additional-expectations-file')
|
| + for comps in factory_properties.get('additional_expectations', []):
|
| + cmd_args.append('--additional-expectations')
|
| cmd_args.append(self.PathJoin('src', *comps))
|
|
|
| if layout_part:
|
|
|