mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Output to png file since exit flag doesn't work
This commit is contained in:
parent
4755cc5c62
commit
5177e9e1fa
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def get_command(build_target, layout_thread_count, renderer, page, profile):
|
||||||
"""Get the command to execute.
|
"""Get the command to execute.
|
||||||
"""
|
"""
|
||||||
return path.join(TOP_DIR, "target", build_target, "servo") + \
|
return path.join(TOP_DIR, "target", build_target, "servo") + \
|
||||||
" -p %d -x -y %d %s -Z profile-script-events '%s'" % \
|
" -p %d -o output.png -y %d %s -Z profile-script-events '%s'" % \
|
||||||
(profile, layout_thread_count, renderer, page)
|
(profile, layout_thread_count, renderer, page)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue