Removed extra space from --userscripts option.

This commit is contained in:
Alan Jeffrey 2016-08-19 13:46:28 -05:00
parent eb18665f5b
commit a2a45a77fd

View file

@ -42,7 +42,7 @@ def execute_test(url, command, timeout):
def get_servo_command(url):
ua_script_path = "{}/user-agent-js".format(os.getcwd())
return ["./servo/servo", url,
" --userscripts", ua_script_path,
"--userscripts", ua_script_path,
"-x", "-o", "output.png"]