| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| index 1fe922535d67c80ee396af3c25bfd74f1568424f..0810ef27eb2f17370e2f7da4fa6749744d457029 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/layout_test_runner_unittest.py
|
| @@ -291,7 +291,7 @@ class SharderTests(unittest.TestCase):
|
|
|
| # But, with run_singly=True, we have to restart every time anyway, so we want full parallelism.
|
| _, unlocked = self.get_shards(num_workers=2, fully_parallel=True, max_locked_shards=2, run_singly=True,
|
| - test_list=['virtual/foo/bar1.html', 'virtual/foo/bar2.html'])
|
| + test_list=['virtual/foo/bar1.html', 'virtual/foo/bar2.html'])
|
| self.assert_shards(unlocked,
|
| [('.', ['virtual/foo/bar1.html']),
|
| ('.', ['virtual/foo/bar2.html'])])
|
|
|