diff options
Diffstat (limited to 'Tools/Scripts/test-webkitpy')
-rwxr-xr-x | Tools/Scripts/test-webkitpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/test-webkitpy b/Tools/Scripts/test-webkitpy index 7efacb0..7c11e85 100755 --- a/Tools/Scripts/test-webkitpy +++ b/Tools/Scripts/test-webkitpy @@ -248,7 +248,7 @@ def _test_import(module_path): if __name__ == "__main__": # FIXME: We should probably test each package separately to avoid naming conflicts. external_package_paths = [ - _path_from_webkit_root('WebKit2', 'Scripts', 'webkit2'), + _path_from_webkit_root('Source', 'WebKit2', 'Scripts', 'webkit2'), _path_from_webkit_root('Tools', 'QueueStatusServer'), ] init(sys.argv[1:], external_package_paths) |