Update userscripts Option

Fixes #22462
This commit is contained in:
Coder206 2018-12-14 21:50:35 +00:00
parent df6afb2dd1
commit 6eb367e905

View file

@ -75,7 +75,7 @@ def run_servo_test(testcase, url, date, timeout, is_async):
ua_script_path = "{}/user-agent-js".format(os.getcwd())
command = [
"../../../target/release/servo", url,
"--userscripts", ua_script_path,
"--userscripts=" + ua_script_path,
"--headless",
"-x", "-o", "output.png"
]