Index: blink/tools/run_layout_tests.py |
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/blink/tools/run_layout_tests.py |
similarity index 98% |
rename from webkit/tools/layout_tests/run_webkit_tests.py |
rename to blink/tools/run_layout_tests.py |
index 4cce11a93269773b723fd5d6fe436afb320eb707..46d8ad016d9a184e971a9ba6d047c0acc7fa74f8 100755 |
--- a/webkit/tools/layout_tests/run_webkit_tests.py |
+++ b/blink/tools/run_layout_tests.py |
@@ -10,7 +10,7 @@ import subprocess |
import sys |
def main(): |
- src_dir = os.path.abspath(os.path.join(sys.path[0], '..', '..', '..')) |
+ src_dir = os.path.abspath(os.path.join(sys.path[0], '..', '..')) |
script_dir=os.path.join(src_dir, "third_party", "WebKit", "Tools", |
"Scripts") |
script = os.path.join(script_dir, 'run-webkit-tests') |