summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/test-webkitpy
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/test-webkitpy')
-rwxr-xr-xTools/Scripts/test-webkitpy2
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)