Commit 746bc057 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

[Mac] Fix isolated content_shell_crash_test.

The script pointed to the un-bundled Content Shell Framework, which is
not in the isolated inputs, rather than the Framework bundled in
Content Shell.app.

Bug: 850735
Change-Id: I873a94a0e1c6882704199d918d9f463d4a82a39b
Reviewed-on: https://chromium-review.googlesource.com/1099276Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#566982}
parent 30a1acd5
...@@ -57,7 +57,8 @@ def main(argv): ...@@ -57,7 +57,8 @@ def main(argv):
# symbols are dumped for the Framework too. # symbols are dumped for the Framework too.
additional_args = [ additional_args = [
'--additional-binary', '--additional-binary',
os.path.join('Content Shell Framework.framework', 'Versions', os.path.join('.', 'Content Shell.app', 'Contents', 'Frameworks',
'Content Shell Framework.framework', 'Versions',
'Current', 'Content Shell Framework') 'Current', 'Content Shell Framework')
] ]
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment