Chromium Code Reviews| Index: build/run_tests.py |
| diff --git a/build/run_tests.py b/build/run_tests.py |
| index 43bb315849103ae8c7ef534bc8d00798c8cb6114..f63068521259b8c3683150360afb1c81438d1d4a 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), out_dir]) |
| + [sys.executable, os.path.join(crashpad_dir, name), binary_dir]) |
| return 0 |