Index: testing/scripts/webkit_python_tests.py |
diff --git a/testing/scripts/webkit_python_tests.py b/testing/scripts/webkit_python_tests.py |
index b0c2fbc1c7296da71cc862e88c610bc572d96e6e..e1e9d34a88bca59a7d36c3f920009413dc96e985 100755 |
--- a/testing/scripts/webkit_python_tests.py |
+++ b/testing/scripts/webkit_python_tests.py |
@@ -18,7 +18,7 @@ def main_run(args): |
os.path.join(common.SRC_DIR, 'third_party', 'WebKit', |
'Tools', 'Scripts', 'test-webkitpy'), |
'--write-full-results-to', tempfile_path, |
- ]) |
+ ], cwd=args.paths['checkout']) |
with open(tempfile_path) as f: |
results = json.load(f) |