Index: tools/dartium/test.py |
diff --git a/tools/dartium/test.py b/tools/dartium/test.py |
index d879d6e631651cd23fe8d0ea8eee72b66211de6c..0f16b41086d2e5b268746765fb8f20dd4e7fd1b0 100755 |
--- a/tools/dartium/test.py |
+++ b/tools/dartium/test.py |
@@ -183,8 +183,7 @@ def main(): |
'arch': options.arch, |
} |
- test_script = os.path.join(srcpath, 'webkit', 'tools', 'layout_tests', |
- 'run_webkit_tests.py') |
+ test_script = os.path.join(srcpath, 'third_party', 'WebKit', 'Tools', 'Scripts', 'run-webkit-tests') |
errors = False |
for component in components: |