Output to png file since exit flag doesn't work

This commit is contained in:
Connor Imes 2016-01-25 15:28:49 -06:00
parent 4755cc5c62
commit 5177e9e1fa

View file

@ -65,7 +65,7 @@ def get_command(build_target, layout_thread_count, renderer, page, profile):
"""Get the command to execute.
"""
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)