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

Unified Diff: build/run_tests.py

Issue 1397833004: win: Test some basic ! windbg commands (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@add-pexpect
Patch Set: fixes 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 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
« 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