| Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| index 2b90de0be6cfd26e1acc73a89784a084ac6923f6..ebcb694609aa5998c7d1f0e2d02dde4aa2e405bb 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/auto_rebaseline_unittest.py
|
| @@ -236,9 +236,9 @@ crbug.com/24182 path/to/locally-changed-lined.html [ NeedsRebaseline ]
|
| '--builder', 'MOCK Mac10.11', '--test', 'fast/dom/prototype-taco.html'],
|
| ],
|
| [
|
| - ['python', 'echo', 'optimize-baselines', '--no-modify-scm',
|
| + ['python', 'echo', 'optimize-baselines',
|
| '--suffixes', 'png', 'fast/dom/prototype-strawberry.html'],
|
| - ['python', 'echo', 'optimize-baselines', '--no-modify-scm',
|
| + ['python', 'echo', 'optimize-baselines',
|
| '--suffixes', 'txt', 'fast/dom/prototype-taco.html'],
|
| ],
|
| ['git', 'cl', 'upload', '-f'],
|
| @@ -301,7 +301,7 @@ Bug(foo) fast/dom/prototype-taco.html [ NeedsRebaseline ]
|
| '--builder', 'MOCK Mac10.11', '--test', 'fast/dom/prototype-taco.html']],
|
| [['python', 'echo', 'rebaseline-test-internal', '--suffixes', 'txt',
|
| '--builder', 'MOCK Mac10.11', '--test', 'fast/dom/prototype-taco.html']],
|
| - [['python', 'echo', 'optimize-baselines', '--no-modify-scm', '--suffixes', 'txt', 'fast/dom/prototype-taco.html']],
|
| + [['python', 'echo', 'optimize-baselines', '--suffixes', 'txt', 'fast/dom/prototype-taco.html']],
|
| ['git', 'cl', 'upload', '-f'],
|
| ])
|
|
|
|
|