Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: build/run_tests.py

Issue 1394343005: Fix path to binary dir in cdb test (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | snapshot/win/end_to_end_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | snapshot/win/end_to_end_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698