| 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)
|
|
|