| Index: third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py b/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
|
| index b277ab0f1ec2e6dbb954cc01ce329b5faa9cbd08..62e92ea929b2af98f06ad4b28d6e4dc527e51a50 100755
|
| --- a/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py
|
| @@ -99,7 +99,7 @@ def GetDumpFromProgram(out_dir, pipe_name, executable_name, *args):
|
|
|
| if pipe_name is not None:
|
| handler = subprocess.Popen([
|
| - os.path.join(out_dir, 'crashpad_handler.exe'),
|
| + os.path.join(out_dir, 'crashpad_handler.com'),
|
| '--pipe-name=' + pipe_name,
|
| '--database=' + test_database
|
| ])
|
| @@ -116,7 +116,7 @@ def GetDumpFromProgram(out_dir, pipe_name, executable_name, *args):
|
| list(args))
|
| else:
|
| subprocess.call([os.path.join(out_dir, executable_name),
|
| - os.path.join(out_dir, 'crashpad_handler.exe'),
|
| + os.path.join(out_dir, 'crashpad_handler.com'),
|
| test_database] + list(args))
|
|
|
| out = subprocess.check_output([
|
|
|