mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Integrate dromaeo with mach.
This commit is contained in:
parent
ff217106d3
commit
c602af2050
2 changed files with 37 additions and 1 deletions
|
@ -19,7 +19,7 @@ TEST_SERVER_PORT = 8192
|
|||
|
||||
# Run servo and print / parse the results for a specific jQuery test module.
|
||||
def run_servo(servo_exe):
|
||||
url = "http://localhost:{0}/?recommended&automated&post_json".format(TEST_SERVER_PORT)
|
||||
url = "http://localhost:{0}/dromaeo/web/?recommended&automated&post_json".format(TEST_SERVER_PORT)
|
||||
#args = [servo_exe, url, "-z", "-f"]
|
||||
args = [servo_exe, url, "-z"]
|
||||
return subprocess.Popen(args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue