Chromium Code Reviews| Index: scripts/slave/chromium/layout_test_wrapper.py |
| diff --git a/scripts/slave/chromium/layout_test_wrapper.py b/scripts/slave/chromium/layout_test_wrapper.py |
| index c1214463de027e37f487e970a18bd5f0506368de..00fcff7dbafe4682e71c5604aedf0357531c7948 100755 |
| --- a/scripts/slave/chromium/layout_test_wrapper.py |
| +++ b/scripts/slave/chromium/layout_test_wrapper.py |
| @@ -95,6 +95,7 @@ def layout_test(options, args): |
| command.append('--no-pixel-tests') |
| if options.enable_wptserve: |
| command.append('--enable-wptserve') |
| + # TODO: Do we need to add --order and --seed here? |
|
qyearsley
2016/10/07 21:56:58
Ah, good question -- I think we do. Note, I think
jeffcarp
2016/10/07 23:16:35
Added.
|
| if options.batch_size: |
| command.extend(['--batch-size', options.batch_size]) |
| if options.run_part: |