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

Unified Diff: build/run_tests.py

Issue 1349313003: win: support x64 reading x86 (wow64) (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: mac Created 5 years, 3 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 | « build/gyp_crashpad.py ('k') | snapshot/snapshot_test.gyp » ('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 8de6fc8f9e45aa167d657f52dcac90b155904bd2..bc387a12e13d04f777190f44876407d62f6ef6ea 100755
--- a/build/run_tests.py
+++ b/build/run_tests.py
@@ -25,8 +25,9 @@ import sys
# location in the recipe.
def main(args):
if len(args) != 1:
- print >>sys.stderr, 'usage: run_tests.py {Debug|Release}'
- return 1;
+ print >> sys.stderr, \
+ 'usage: run_tests.py {Debug|Release|Debug_x64|Release_x64}'
+ return 1
crashpad_dir = \
os.path.join(os.path.dirname(os.path.abspath(__file__)), os.pardir)
« no previous file with comments | « build/gyp_crashpad.py ('k') | snapshot/snapshot_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698