Index: build/run_tests.py |
diff --git a/build/run_tests.py b/build/run_tests.py |
index 9d8935ef67b59b20c57fddd578ec16a3b4398b93..43bb315849103ae8c7ef534bc8d00798c8cb6114 100755 |
--- a/build/run_tests.py |
+++ b/build/run_tests.py |
@@ -64,7 +64,7 @@ def main(args): |
print name |
print '-' * 80 |
subprocess.check_call( |
- [sys.executable, os.path.join(crashpad_dir, name), args[0]]) |
+ [sys.executable, os.path.join(crashpad_dir, name), out_dir]) |
return 0 |