diff options
Diffstat (limited to 'content/shell/tools/breakpad_integration_test.py')
-rwxr-xr-x | content/shell/tools/breakpad_integration_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/tools/breakpad_integration_test.py b/content/shell/tools/breakpad_integration_test.py index cfb0312..1e5d4ba 100755 --- a/content/shell/tools/breakpad_integration_test.py +++ b/content/shell/tools/breakpad_integration_test.py @@ -75,7 +75,7 @@ def main(): print "# Run content_shell and make it crash." cmd = [options.binary, - '--dump-render-tree', + '--run-layout-test', 'chrome://crash', '--enable-crash-reporter', '--crash-dumps-dir=%s' % crash_dir] |