| Index: sky/tools/webkitpy/test/runner.py
|
| diff --git a/sky/tools/webkitpy/test/runner.py b/sky/tools/webkitpy/test/runner.py
|
| index 5a7927ce8063e8446f87245a328b8d8292df1992..e45e44bdecb7a4ba4a67433a19697db23cc3ea16 100644
|
| --- a/sky/tools/webkitpy/test/runner.py
|
| +++ b/sky/tools/webkitpy/test/runner.py
|
| @@ -73,7 +73,7 @@ class _Worker(object):
|
| self._loader = loader
|
|
|
| # FIXME: coverage needs to be in sys.path for its internal imports to work.
|
| - thirdparty_path = webkit_finder.path_from_webkit_base('Tools', 'Scripts', 'webkitpy', 'thirdparty')
|
| + thirdparty_path = webkit_finder.path_from_webkit_base('tools', 'webkitpy', 'thirdparty')
|
| if not thirdparty_path in sys.path:
|
| sys.path.append(thirdparty_path)
|
|
|
|
|