mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
parent
df6afb2dd1
commit
6eb367e905
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def run_servo_test(testcase, url, date, timeout, is_async):
|
||||||
ua_script_path = "{}/user-agent-js".format(os.getcwd())
|
ua_script_path = "{}/user-agent-js".format(os.getcwd())
|
||||||
command = [
|
command = [
|
||||||
"../../../target/release/servo", url,
|
"../../../target/release/servo", url,
|
||||||
"--userscripts", ua_script_path,
|
"--userscripts=" + ua_script_path,
|
||||||
"--headless",
|
"--headless",
|
||||||
"-x", "-o", "output.png"
|
"-x", "-o", "output.png"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue